Skip to content

Commit

Permalink
Merge pull request #171 from amplify-education/jconstance-amplify-pat…
Browse files Browse the repository at this point in the history
…ch-1

Update test-build-publish.yml
  • Loading branch information
jconstance-amplify authored Oct 6, 2023
2 parents 7dee588 + 06cd5b6 commit cfe01c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
name: Build and publish Python distributions
runs-on: ubuntu-22.04
needs: [test]
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@master
- name: Set up Python
Expand Down

0 comments on commit cfe01c6

Please sign in to comment.