Skip to content

Commit

Permalink
chore: trigger build/helm and kics on 'release' branch prefix not 're…
Browse files Browse the repository at this point in the history
…leases'
  • Loading branch information
drcgjung committed Sep 1, 2023
1 parent 57af488 commit ffae8e8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
push:
branches:
- main
- 'releases/**'
- 'release/*'
# Can be scheduled on all branches and version tags
tags:
- 'v*.*.*'
Expand All @@ -34,7 +34,7 @@ on:
pull_request:
branches:
- main
- 'releases/**'
- 'release/*'
paths-ignore:
- 'charts/**'
- 'docs/**'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/helm-chart-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ on:
push:
branches:
- main
- 'releases/**'
- 'release/*'
paths:
- .github/workflows/**
- charts/**
pull_request:
branches:
- main
- 'releases/**'
- 'release/*'
paths:
- .github/workflows/**
- charts/**
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm-chart-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:
- 'charts/**'
branches:
- main
- 'releases/**'
- 'release/*'

jobs:
release:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/kics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ on:
push:
branches:
- main
- 'releases/**'
- 'release/*'
pull_request:
branches:
- main
- 'releases/**'
- 'release/*'

workflow_dispatch:

Expand Down

0 comments on commit ffae8e8

Please sign in to comment.