Skip to content

Commit b6a2baf

Browse files
nnethercoteLegNeato
authored andcommitted
Restrict CI on forks.
- Don't do Windows CI on forks. (We already don't do Linux CI on forks.) - Don't do container image CI on forks. (We shouldn't be pushing container images to ghcr.io from forks!) - Remove the `if` condition in `deploy_guide.yml`. It has no effct because there is an `on: push: branches: - main` condition higher up doing the same thing (and in the more typical way).
1 parent 5281459 commit b6a2baf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci_windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
paths-ignore:
66
- "**.md"
77
push:
8+
branches:
9+
- main
810
paths-ignore:
911
- "**.md"
1012

0 commit comments

Comments
 (0)