fix(ci): scope for triggering the workflow

This commit is contained in:
a-kenji 2022-03-25 00:06:28 +01:00
parent f2b7658e97
commit d072e045f3

View file

@ -9,12 +9,14 @@ on:
paths: paths:
- '**.nix' - '**.nix'
- 'flake.lock' - 'flake.lock'
- 'rust-toolchain'
pull_request: pull_request:
branches: branches:
- main - main
paths: paths:
- '**.nix' - '**.nix'
- 'flake.lock' - 'flake.lock'
- 'rust-toolchain'
jobs: jobs:
check: check: