We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ea5aae commit a661f93Copy full SHA for a661f93
.github/workflows/publish.yml
@@ -20,9 +20,9 @@ jobs:
20
publish_crate:
21
runs-on: ubuntu-latest
22
name: Publish Crate on New Tag
23
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
+ if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') && github.ref == 'refs/heads/master'
24
steps:
25
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
26
- uses: actions-rs/toolchain@v1
27
with:
28
toolchain: stable
0 commit comments