Skip to content

Commit 3443082

Browse files
committed
Run workflows on release branches
1 parent 454988d commit 3443082

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci-shell-scripts.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
push:
1111
branches:
1212
- "*.*.x"
13+
- "*.*.*"
1314
paths:
1415
- ".github/workflows/ci-shell-scripts.yml"
1516
- "bin/**"

.github/workflows/composer-lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches:
66
- "*.x"
7+
- "main"
78
paths:
89
- ".github/workflows/composer-lint.yml"
910
- "composer.json"

0 commit comments

Comments
 (0)