Update release.yml: changed heads ref

This commit is contained in:
Fazri Gading
2026-01-26 05:03:31 +08:00
committed by GitHub
parent 6f0dd27c1d
commit ceadd69eea

View File

@@ -83,7 +83,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: | if: |
startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref, 'refs/tags/v') ||
github.ref == 'refs/heads/release' || github.ref == 'refs/heads/main' ||
github.event_name == 'workflow_dispatch' github.event_name == 'workflow_dispatch'
permissions: permissions: