We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a2d8aa commit 50f64d8Copy full SHA for 50f64d8
.github/workflows/build.yml
@@ -71,7 +71,7 @@ jobs:
71
runs-on: ubuntu-latest
72
needs: build
73
# Execute this stage only for main and tags
74
- if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/')
+ #if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/')
75
permissions:
76
contents: write
77
steps:
0 commit comments