Skip to content

Commit

Permalink
Merge pull request #1506 from onflow/chasefleming/run-ci-feature-branch
Browse files Browse the repository at this point in the history
Run CI on the feature branches
  • Loading branch information
chasefleming authored Apr 10, 2024
2 parents c122b32 + b674c0b commit 628a5ce
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 628a5ce

Please sign in to comment.