Skip to content

Commit f7ae3e1

Browse files
authored
Merge pull request #730 from microsoft/baywet-patch-1
ci: adds support v1 to release please branches
2 parents 79bafe7 + 77172a6 commit f7ae3e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-please-gha.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
push:
1515
branches:
1616
- main
17+
- support/v1
1718
jobs:
1819
release-please-master:
1920
runs-on: ubuntu-latest
@@ -33,4 +34,4 @@ jobs:
3334
with:
3435
token: ${{ steps.app-token.outputs.token }}
3536
config-file: release-please-config.json
36-
manifest-file: .release-please-manifest.json
37+
manifest-file: .release-please-manifest.json

0 commit comments

Comments
 (0)