返回提交历史
Modified
.github/workflows/build.yml
+2
-1
XFEstudio/XFESpaceNinjaServer
ci: only run on pushes to main Non-main branches are gonna have to open a PR anyway, so we don't need to run it twice.
7c8e8fe0
代码差异
1 个文件
+2
-1
@@ -1,6 +1,7 @@
1
1
name: Build
2
2
on:
3
push: {}
3
push:
4
branches: ["main"]
4
5
pull_request: {}
5
6
jobs:
6
7
build: