Skip to content

Commit

Permalink
Updates build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Roboroads committed Jun 16, 2021
1 parent 56d22d7 commit b9c3ca7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,13 @@
## JBIJPPTPL

name: Build
on: [push, pull_request]
on:
# Trigger the workflow on pushes to only the 'main' branch (this avoids duplicate checks being run e.g. for dependabot pull requests)
push:
branches: [main]
# Trigger the workflow on any pull request
pull_request:

jobs:

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

0 comments on commit b9c3ca7

Please sign in to comment.