mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -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
|
||||
|
||||
on:
|
||||
push:
|
||||
# push:
|
||||
# paths-ignore:
|
||||
# - '**/*.md'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- '**/*.md'
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
||||
|
|
Loading…
Reference in a new issue