Fix trigger syntax
This commit is contained in:
parent
d34e351bfa
commit
d9a4d0e8c2
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
|
@ -1,7 +1,9 @@
|
||||||
name: Build Guix Installer
|
name: Build Guix Installer
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push: main
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
# schedule:
|
# schedule:
|
||||||
# # build every 2 weeks
|
# # build every 2 weeks
|
||||||
|
|
Loading…
Reference in a new issue