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:
- '**.rs'
- '**/Cargo.*'
- '.github/workflows/**.yml'
jobs:
test: