Skip to content

Commit 512cfe7

Browse files
authored
Merge pull request #26 from Bandwidth/SWI-6631
SWI-6631 `main`-> `master` in publish.yml
2 parents 8f4538e + 45d5ad6 commit 512cfe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- published
66
jobs:
77
publish:
8-
if: ${{ !github.event.release.prerelease && github.event.release.target_commitish == 'main' }}
8+
if: ${{ !github.event.release.prerelease && github.event.release.target_commitish == 'master' }}
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)