We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80d8483 commit 490b569Copy full SHA for 490b569
.github/workflows/gha-validate-chart.yaml
@@ -4,12 +4,16 @@ on:
4
pull_request:
5
branches:
6
- master
7
+ - mercari-master
8
paths:
9
- 'charts/**'
10
- '.github/workflows/gha-validate-chart.yaml'
11
- '!charts/actions-runner-controller/**'
12
- '!**.md'
13
push:
14
+ branches:
15
+ - master
16
17
18
19
.github/workflows/go.yaml
@@ -3,6 +3,7 @@ on:
3
- '.github/workflows/go.yaml'
- '**.go'
0 commit comments