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 2896968 + a74c46c commit e1ed620Copy full SHA for e1ed620
.github/workflows/build.yaml
@@ -1,5 +1,8 @@
1
name: Run Gradle on PRs
2
-on: pull_request
+on:
3
+ pull_request:
4
+ push:
5
+ branches: main
6
jobs:
7
prBranch:
8
timeout-minutes: 300
0 commit comments