Update static.yml
This commit is contained in:
parent
52a5574220
commit
161c0d738b
5
.github/workflows/static.yml
vendored
5
.github/workflows/static.yml
vendored
@ -8,7 +8,10 @@ on:
|
|||||||
tags:
|
tags:
|
||||||
- "v*"
|
- "v*"
|
||||||
paths:
|
paths:
|
||||||
- 'docs/**' # Only trigger on changes in the docs directory
|
- 'docs/**'
|
||||||
|
- 'README.md'
|
||||||
|
- 'CHANGELOG..md'
|
||||||
|
- '.github/workflows/static.yml'
|
||||||
# Runs on issue events
|
# Runs on issue events
|
||||||
issues:
|
issues:
|
||||||
types: [opened, edited, reopened] # Specify events you're interested in
|
types: [opened, edited, reopened] # Specify events you're interested in
|
||||||
|
Loading…
Reference in New Issue
Block a user