Trigger the pipeline only when *.example, *.js, or *.sh files are modified on the master branch
This commit is contained in:
parent
f4c7d5ff64
commit
7512d30dc3
4
.github/workflows/build-and-release.yml
vendored
4
.github/workflows/build-and-release.yml
vendored
@ -4,6 +4,10 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- "master"
|
- "master"
|
||||||
|
paths:
|
||||||
|
- '**/*.example'
|
||||||
|
- '**/*.js'
|
||||||
|
- '**/*.sh'
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 0 * * 0"
|
- cron: "0 0 * * 0"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user