mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-01-03 10:40:44 -06:00
don't run when markdown changes
This commit is contained in:
parent
4ee0c28f9b
commit
56d105328a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/push.yml
vendored
4
.github/workflows/push.yml
vendored
|
@ -2,8 +2,8 @@ name: Build NixOS
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
paths-ignore:
|
||||||
- main
|
- '**/*.md'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
Loading…
Reference in a new issue