Skip to content

Commit

Permalink
ci: Remove branch restrictions
Browse files Browse the repository at this point in the history
There's no reason to restrict branches; downstream developers often do
work on branches that are not "main" and it's nice for the actions to
run there also
  • Loading branch information
JPEWdev committed Mar 22, 2024
1 parent 3adceb9 commit b725a66
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
name: Test bmaptool

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
- push
- pull_request

jobs:
test:
Expand Down

0 comments on commit b725a66

Please sign in to comment.