ci: Stop publish-latest from being triggered by changes in .github folder
This commit is contained in:
parent
4865d12147
commit
7bbd7bcee3
2
.github/workflows/publish-latest.yml
vendored
2
.github/workflows/publish-latest.yml
vendored
@ -4,6 +4,8 @@ on:
|
||||
workflows: ["build"]
|
||||
branches: [master]
|
||||
types: [completed]
|
||||
paths-ignore:
|
||||
- '.github/*'
|
||||
jobs:
|
||||
publish-latest:
|
||||
name: publish-latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user