We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f867df3 + 0bab73d commit 34294a1Copy full SHA for 34294a1
.github/main.workflow
.github/workflows/pull_request.yml
@@ -0,0 +1,12 @@
1
+on: pull_request
2
+name: process pull request
3
+jobs:
4
+ branchCleanup:
5
+ name: branch cleanup
6
+ runs-on: ubuntu-latest
7
+ steps:
8
+ - uses: actions/checkout@master
9
+ - name: branch cleanup
10
+ uses: jessfraz/branch-cleanup-action@master
11
+ env:
12
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/push.yml
+on: push
+name: check build on push
+ gradleBuild:
+ name: gradle build
+ - name: gradle build
+ uses: MrRamych/gradle-actions@12909e7ccd3ed7e3b39c2f3ac350d6849eabeaf3
+ with:
+ args: --no-daemon build
0 commit comments