Skip to content

Commit

Permalink
Setup workflows for internal fork (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
tfujiwar authored Nov 19, 2024
1 parent 80d8483 commit 490b569
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gha-validate-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@ on:
pull_request:
branches:
- master
- mercari-master
paths:
- 'charts/**'
- '.github/workflows/gha-validate-chart.yaml'
- '!charts/actions-runner-controller/**'
- '!**.md'
push:
branches:
- master
- mercari-master
paths:
- 'charts/**'
- '.github/workflows/gha-validate-chart.yaml'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- master
- mercari-master
paths:
- '.github/workflows/go.yaml'
- '**.go'
Expand Down

0 comments on commit 490b569

Please sign in to comment.