Skip to content

Commit

Permalink
chore: run all actions also on develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
bmstefanski committed Nov 25, 2023
1 parent 7e0604c commit fb4a7cd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
- master
- develop
pull_request:
workflow_dispatch:

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/nextjs_bundle_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
workflow_dispatch:

defaults:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- main
- master
- develop
pull_request: null
workflow_dispatch: null
jobs:
Expand Down

0 comments on commit fb4a7cd

Please sign in to comment.