Skip to content

Commit

Permalink
GHA fix for backport and snapshot-publish (#222)
Browse files Browse the repository at this point in the history
* add 0.* target branch for gha snapshot-publish

Signed-off-by: Sean Kao <seankao@amazon.com>

* fix gha backport

Signed-off-by: Sean Kao <seankao@amazon.com>

---------

Signed-off-by: Sean Kao <seankao@amazon.com>
  • Loading branch information
seankao-az authored Jan 12, 2024
1 parent 3528b66 commit 9e2475f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,3 @@ jobs:
with:
github_token: ${{ steps.github_app_token.outputs.token }}
head_template: backport/backport-<%= number %>-to-<%= base %>
files_to_skip: 'CHANGELOG.md'
1 change: 1 addition & 0 deletions .github/workflows/snapshot-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- main
- 0.*

jobs:
build-and-publish-snapshots:
Expand Down

0 comments on commit 9e2475f

Please sign in to comment.