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/**' - 'pkgs/**'
- 'flake.nix' - 'flake.nix'
- 'flake.lock' - 'flake.lock'
- '.github/workflows/*' - '.github/workflows/cachix.yaml'
jobs: jobs:
format-check: format-check:
name: Format check name: Format check

View file

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