Skip to content

Commit

Permalink
Update build.yml to not limit by branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tdonohue authored Nov 30, 2020
1 parent a77f908 commit 9f8d848
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,8 @@
# https://docs.github.com/en/free-pro-team@latest/actions/guides/building-and-testing-java-with-maven
name: Build

# Run this Build only for pushes / PRs to main branch
on:
push:
branches: main
pull_request:
branches: main
# Run this Build for all pushes / PRs to current branch
on: [push, pull_request]

jobs:
tests:
Expand Down

0 comments on commit 9f8d848

Please sign in to comment.