Skip to content

Commit

Permalink
ci(pypi): allow continuous pypi deployment on 'main' branch
Browse files Browse the repository at this point in the history
  • Loading branch information
boromir674 committed Nov 8, 2024
1 parent e33cc60 commit eb4a374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ jobs:
- uses: rickstaa/action-contains-tag@v1
id: main_contains_tag
with:
reference: "master"
reference: "main"
tag: "${{ github.ref }}"

- uses: rickstaa/action-contains-tag@v1
Expand Down

0 comments on commit eb4a374

Please sign in to comment.