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:
|
||||
branches:
|
||||
- "master"
|
||||
paths:
|
||||
- '**/*.example'
|
||||
- '**/*.js'
|
||||
- '**/*.sh'
|
||||
schedule:
|
||||
- cron: "0 0 * * 0"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user