Skip to content

Commit 490b569

Browse files
authored
Setup workflows for internal fork (#2)
1 parent 80d8483 commit 490b569

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/gha-validate-chart.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@ on:
44
pull_request:
55
branches:
66
- master
7+
- mercari-master
78
paths:
89
- 'charts/**'
910
- '.github/workflows/gha-validate-chart.yaml'
1011
- '!charts/actions-runner-controller/**'
1112
- '!**.md'
1213
push:
14+
branches:
15+
- master
16+
- mercari-master
1317
paths:
1418
- 'charts/**'
1519
- '.github/workflows/gha-validate-chart.yaml'

.github/workflows/go.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- master
6+
- mercari-master
67
paths:
78
- '.github/workflows/go.yaml'
89
- '**.go'

0 commit comments

Comments
 (0)