Skip to content

Commit

Permalink
nope
Browse files Browse the repository at this point in the history
  • Loading branch information
davla committed Sep 28, 2023
1 parent f7f9014 commit f2872a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-publish.yml
Expand Up @@ -63,7 +63,7 @@ jobs:
publish:
needs: test
runs-on: ubuntu-latest
if: github.ref_name == 'main' || env.is-done-branch
if: github.ref_name == 'main' || startsWith(github.ref_name, 'done')
name: Publish

env:
Expand Down

0 comments on commit f2872a3

Please sign in to comment.