Runtime: Fix path of own workflow file

This commit is contained in:
Badlop 2022-05-02 20:18:52 +02:00
parent 011630f8b9
commit f1c422db8e
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ on:
paths: paths:
- '*' - '*'
- '!*.md' - '!*.md'
- '.github/workflows/compile.yml' - '.github/workflows/runtime.yml'
- 'checkouts/**' - 'checkouts/**'
- 'config/**' - 'config/**'
- 'lib/**' - 'lib/**'
@ -16,7 +16,7 @@ on:
paths: paths:
- '*' - '*'
- '!*.md' - '!*.md'
- '.github/workflows/compile.yml' - '.github/workflows/runtime.yml'
- 'checkouts/**' - 'checkouts/**'
- 'config/**' - 'config/**'
- 'lib/**' - 'lib/**'