Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/github_actions/actions/add-to-p…
Browse files Browse the repository at this point in the history
…roject-0.6.1
  • Loading branch information
chasefleming authored Apr 11, 2024
2 parents e75beb3 + 628a5ce commit 8dc4554
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ name: CI
# events but only for the master branch
on:
push:
branches: [master]
branches:
- master
- 'feature/**'
pull_request:
branches: [master]
branches:
- master
- 'feature/**'

jobs:
test:
Expand Down

0 comments on commit 8dc4554

Please sign in to comment.