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:
- '**.nix'
- 'flake.lock'
- 'rust-toolchain'
pull_request:
branches:
- main
paths:
- '**.nix'
- 'flake.lock'
- 'rust-toolchain'
jobs:
check: