Skip to content

Commit

Permalink
Run all github code checks in feature branches
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswilty committed Apr 25, 2024
1 parent 3917a97 commit 0befc1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/backend-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
branches:
- main
- dev
- 'feature/**'
paths:
- 'backend/**'

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/frontend-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
branches:
- main
- dev
- 'feature/**'
paths:
- 'frontend/**'

Expand Down

0 comments on commit 0befc1c

Please sign in to comment.