ci: ignore sources.json changes

it's unnecessary and can loop due to the niv update commit
This commit is contained in:
arcnmx 2021-05-19 11:03:12 -07:00
parent 6e494e754b
commit b9b9db4067
2 changed files with 3 additions and 6 deletions

View file

@ -91,15 +91,13 @@ name: niv-update
'on':
pull_request:
paths:
- nix/*
- default.nix
- ./ci/niv-cron.nix
- ci/niv-cron.nix
- .github/workflows/niv-update.yml
push:
paths:
- nix/*
- default.nix
- ./ci/niv-cron.nix
- ci/niv-cron.nix
- .github/workflows/niv-update.yml
schedule:
- cron: 0 */6 * * *