ci: don't trigger workflows if another one is modified

This commit is contained in:
Antoine Martin 2022-05-09 01:58:42 +02:00
parent 9fcffa7169
commit f936395581
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ on:
- 'pkgs/**'
- 'flake.nix'
- 'flake.lock'
- '.github/workflows/*'
- '.github/workflows/cachix.yaml'
jobs:
format-check:
name: Format check

View file

@ -5,7 +5,7 @@ on:
- 'main'
paths:
- 'pkgs/**'
- '.github/workflows/*'
- '.github/workflows/nur-update.yaml'
jobs:
update-nur: