ci: Stop publish-latest from being triggered by changes in .github folder

This commit is contained in:
TwiN 2022-08-11 20:29:33 -04:00
parent 4865d12147
commit 7bbd7bcee3

View File

@ -4,6 +4,8 @@ on:
workflows: ["build"]
branches: [master]
types: [completed]
paths-ignore:
- '.github/*'
jobs:
publish-latest:
name: publish-latest