Skip to content

Commit 1cd6d89

Browse files
committed
temp
1 parent 6d74cd3 commit 1cd6d89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
build:
2222
name: Build
2323
runs-on: ubuntu-latest
24-
if: ${{ github.event_name == 'push' }}
24+
if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' }}
2525
steps:
2626
- uses: actions/checkout@v3
2727
- uses: actions/cache@v3

0 commit comments

Comments
 (0)