Skip to content

Commit

Permalink
Merge pull request #26 from Bandwidth/SWI-6631
Browse files Browse the repository at this point in the history
SWI-6631 `main`-> `master` in publish.yml
  • Loading branch information
ajrice6713 authored Nov 27, 2024
2 parents 8f4538e + 45d5ad6 commit 512cfe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- published
jobs:
publish:
if: ${{ !github.event.release.prerelease && github.event.release.target_commitish == 'main' }}
if: ${{ !github.event.release.prerelease && github.event.release.target_commitish == 'master' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 512cfe7

Please sign in to comment.