Skip to content

Commit

Permalink
Merge pull request #124 from fornwall/enable-ci-on-all-branches
Browse files Browse the repository at this point in the history
Enable CI on all branches
  • Loading branch information
rib authored Sep 26, 2023
2 parents 83cdb56 + f2132c4 commit 733fabf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: ci

on:
push:
branches: [main]
branches: '*'
pull_request:

env:
Expand Down

0 comments on commit 733fabf

Please sign in to comment.