Skip to content

Commit

Permalink
Hotfix/0.1.1 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
ROMVoid95 authored Oct 31, 2020
1 parent 45ea584 commit 48464ee
Show file tree
Hide file tree
Showing 151 changed files with 4,164 additions and 3,228 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: CI

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the dev-1.12.2 branch
on:
release:
types: [prereleased]
branches: [ dev-1.12.2 ]

jobs:
trigger:
runs-on: ubuntu-latest
steps:
- name: Build Dev
uses: enflo/curl-action@v1.2
with:
curl: -X POST https://jenkins.romvoid.dev/generic-webhook-trigger/invoke?token=${{ secrets.JENKINS_TOKEN }}
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ lib/*

# idea
out
*.ipr
*.iws
*.iml
.idea


# gradle
build
.gradle
Expand Down
17 changes: 17 additions & 0 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

55 changes: 55 additions & 0 deletions .idea/jarRepositories.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 48464ee

Please sign in to comment.