trigger CI if you modify the relevent yaml

This commit is contained in:
XFFXFF 2022-08-22 15:27:09 +08:00
parent 60da89beb0
commit 9657247b2f

View file

@ -10,6 +10,7 @@ on:
paths: paths:
- '**.rs' - '**.rs'
- '**/Cargo.*' - '**/Cargo.*'
- '.github/workflows/**.yml'
jobs: jobs:
test: test: