Commit b6a2baf
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
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
0 commit comments