Skip to content

Commit

Permalink
ci: Run CI builds on all feature branches
Browse files Browse the repository at this point in the history
  • Loading branch information
keelerm84 committed Apr 17, 2024
1 parent 7ce5aca commit 1a6f0af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Run CI
on:
push:
branches: [ v9 ]
branches: [ v9, 'feat/**' ]
paths-ignore:
- '**.md' # Do not need to run CI for markdown changes.
pull_request:
branches: [ v9 ]
branches: [ v9, 'feat/**' ]
paths-ignore:
- '**.md'

Expand Down

0 comments on commit 1a6f0af

Please sign in to comment.