test: temporarily allow release workflow on any branch

This commit is contained in:
shivammittal274
2026-03-27 01:23:43 +05:30
parent 55da0d2e4a
commit d01f27bc35

View File

@@ -14,7 +14,7 @@ concurrency:
jobs:
release:
if: github.ref == 'refs/heads/main'
# if: github.ref == 'refs/heads/main' # disabled for branch testing
runs-on: ubuntu-latest
permissions:
contents: write