Skip to content

Commit fb4a7cd

Browse files
committed
chore: run all actions also on develop branch
1 parent 7e0604c commit fb4a7cd

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- main
77
- master
8+
- develop
89
pull_request:
910
workflow_dispatch:
1011

.github/workflows/nextjs_bundle_analysis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ on:
44
push:
55
branches:
66
- main
7+
- develop
78
pull_request:
89
branches:
910
- main
11+
- develop
1012
workflow_dispatch:
1113

1214
defaults:

.github/workflows/playwright.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
branches:
55
- main
66
- master
7+
- develop
78
pull_request: null
89
workflow_dispatch: null
910
jobs:

0 commit comments

Comments
 (0)