Skip to content

Commit 2949f62

Browse files
committed
ci: enable for refactor branch
1 parent 9eabb50 commit 2949f62

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- feat*
1313
- fix*
1414
- refactor*
15+
- 'refactor/*'
1516
paths:
1617
- "**/*.go"
1718
- "go.mod"

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ name: "CodeQL"
1313

1414
on:
1515
push:
16-
branches: [ "master" ]
16+
branches:
17+
- "master"
18+
- 'refactor/*'
1719
paths:
1820
- "**/*.go"
1921
- "go.mod"

.github/workflows/linter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- feat*
1212
- fix*
1313
- refactor*
14+
- 'refactor/*'
1415
paths:
1516
- "**/*.go"
1617
- "go.mod"

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- feat*
1313
- fix*
1414
- refactor*
15+
- 'refactor/*'
1516
paths:
1617
- "**/*.go"
1718
- "go.mod"

0 commit comments

Comments
 (0)