ci: Remove paths-ignore since workflow_run doesn't support it

This commit is contained in:
TwiN 2022-08-11 20:33:25 -04:00
parent b8ab17eee1
commit 262d436533

View File

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