Skip to content

Commit 50f64d8

Browse files
committed
COMMIT TO DELETE
1 parent 5a2d8aa commit 50f64d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
runs-on: ubuntu-latest
7272
needs: build
7373
# Execute this stage only for main and tags
74-
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/')
74+
#if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/')
7575
permissions:
7676
contents: write
7777
steps:

0 commit comments

Comments
 (0)