We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d74cd3 commit 1cd6d89Copy full SHA for 1cd6d89
1 file changed
.github/workflows/gradle.yml
@@ -21,7 +21,7 @@ jobs:
21
build:
22
name: Build
23
runs-on: ubuntu-latest
24
- if: ${{ github.event_name == 'push' }}
+ if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' }}
25
steps:
26
- uses: actions/checkout@v3
27
- uses: actions/cache@v3
0 commit comments