We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6a45ff commit ed7b2b6Copy full SHA for ed7b2b6
.github/workflows/build.yml
@@ -100,7 +100,7 @@ jobs:
100
path: artifact
101
102
release:
103
- if: ${{ github.ref == 'refs/heads/main' && (github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v'))) }}
+ if: ${{ github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')) }}
104
needs: build
105
runs-on: ubuntu-latest
106
permissions:
0 commit comments