Skip to content

Commit

Permalink
feat: dev branch as RC
Browse files Browse the repository at this point in the history
  • Loading branch information
Grzegorz Gniadek committed Aug 18, 2024
1 parent 71b8042 commit 7076cf2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- 'charts/**'
branches:
- master
- dev

permissions:
contents: write
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- 'charts/**'
branches:
- master
- dev

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-readme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Sync Readme
on:
push:
branches:
- 'master'
- master
paths:
- 'README.md'

Expand Down

0 comments on commit 7076cf2

Please sign in to comment.