Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi authored Jul 11, 2022
1 parent 1ce4afa commit 1fb0853
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,14 @@
## JBIJPPTPL

name: Build
on: [push, pull_request]
on:
pull_request:
branches:
- master
push:
branches:
- master

jobs:

# Run Gradle Wrapper Validation Action to verify the wrapper's checksum
Expand Down

0 comments on commit 1fb0853

Please sign in to comment.