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 36c517d commit df7b6eeCopy full SHA for df7b6ee
.github/workflows/if_test.yml
@@ -8,7 +8,7 @@ jobs:
8
build:
9
# ─────────── Server‑side job IF ───────────
10
# Only queue 'build' when on 'main' branch
11
- if: github.ref == 'refs/heads/main'
+ if: github.ref == 'refs/heads/master'
12
runs-on: self-hosted
13
14
steps:
0 commit comments