Skip to content

Commit

Permalink
ci: Build CI for all feature branches
Browse files Browse the repository at this point in the history
  • Loading branch information
keelerm84 committed Apr 19, 2024
1 parent 413d911 commit 0da5ac7
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
Expand Up @@ -2,11 +2,11 @@ name: Quality control checks

on:
push:
branches: [ main ]
branches: [ main, 'feat/**' ]
paths-ignore:
- '**.md' # Do not need to run CI for markdown changes.
pull_request:
branches: [ main ]
branches: [ main, 'feat/**' ]
paths-ignore:
- '**.md'

Expand Down

0 comments on commit 0da5ac7

Please sign in to comment.