Skip to content

Commit baab99e

Browse files
committed
chore: update branch ci
1 parent 3161157 commit baab99e

File tree

5 files changed

+12
-11
lines changed

5 files changed

+12
-11
lines changed

.github/workflows/dependabot-auto-merge.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Dependabot auto-merge
22

3-
on: pull_request_target
3+
on:
4+
pull_request_target:
5+
branches:
6+
- feature/golden-path
47

58
permissions:
69
pull-requests: write

.github/workflows/fix-code-styles.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Fix code style issues
22

33
on:
44
push:
5+
branches:
6+
- feature/golden-path
57
paths:
68
- '**.php'
79
- '**.tsx'

.github/workflows/lint.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@ name: linter
33
on:
44
push:
55
branches:
6-
- develop
7-
- main
6+
- feature/golden-path
87
pull_request:
98
branches:
10-
- develop
11-
- main
9+
- feature/golden-path
1210

1311
permissions:
1412
contents: write

.github/workflows/run-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Run CI
33
on:
44
push:
55
branches:
6-
- main
6+
- feature/golden-path
77
pull_request:
88
branches:
9-
- main
9+
- feature/golden-path
1010

1111
permissions:
1212
contents: write

.github/workflows/tests.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@ name: tests
33
on:
44
push:
55
branches:
6-
- develop
7-
- main
6+
- feature/golden-path
87
pull_request:
98
branches:
10-
- develop
11-
- main
9+
- feature/golden-path
1210

1311
jobs:
1412
ci:

0 commit comments

Comments
 (0)