Skip to content

Commit

Permalink
Run PR workflow for feature branches. (#1108)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsomething committed Feb 15, 2022
1 parent bb0e159 commit 0bf6b97
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
branches:
- main
- feature/**

jobs:
test:
Expand Down

0 comments on commit 0bf6b97

Please sign in to comment.