Skip to content

Commit

Permalink
chore: Run CI workflow for feature branches.
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion committed Apr 2, 2024
1 parent cb2966f commit 7a0db85
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: Build and Test
on:
push:
branches: [ 'v7']
branches: [ 'v7', 'feat/**' ]
paths-ignore:
- '**.md' # Don't run CI on markdown changes.
pull_request:
branches: [ 'v7' ]
branches: [ 'v7', 'feat/**' ]
paths-ignore:
- '**.md'

Expand Down

0 comments on commit 7a0db85

Please sign in to comment.