Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/github_actions/codecov/codecov-…
Browse files Browse the repository at this point in the history
…action-4
  • Loading branch information
chasefleming authored Apr 11, 2024
2 parents 18da5c6 + 628a5ce commit 13a828b
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 13a828b

Please sign in to comment.