Skip to content

Commit df7b6ee

Browse files
authored
Update if_test.yml
1 parent 36c517d commit df7b6ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/if_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build:
99
# ─────────── Server‑side job IF ───────────
1010
# Only queue 'build' when on 'main' branch
11-
if: github.ref == 'refs/heads/main'
11+
if: github.ref == 'refs/heads/master'
1212
runs-on: self-hosted
1313

1414
steps:

0 commit comments

Comments
 (0)