mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 14:20:44 -06:00
don't run on push
This commit is contained in:
parent
8e9fde6967
commit
0beb4d04bb
1 changed files with 4 additions and 2 deletions
6
.github/workflows/push.yml
vendored
6
.github/workflows/push.yml
vendored
|
@ -1,10 +1,12 @@
|
||||||
name: Build NixOS
|
name: Build NixOS
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
# push:
|
||||||
|
# paths-ignore:
|
||||||
|
# - '**/*.md'
|
||||||
|
pull_request:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '**/*.md'
|
- '**/*.md'
|
||||||
pull_request:
|
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue