Update: modify workflow trigger to run tests on specific file changes
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
paths:
|
||||||
- main
|
- 'simple-ca.sh'
|
||||||
|
- 'run-tests.sh'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|||||||
Reference in New Issue
Block a user