Ignore runs for changes in github workflow...

... as it can become rather confusing if you try to change a workflow, but it doesn't trigger on the PR itself, but on main only.
pull/92/head
Webber 2021-01-23 11:08:56 +01:00
parent cf6105275c
commit d7a5e1aa10
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
name: Actions 😎
on:
pull_request_target: {}
push: { branches: [master] }
pull_request_target:
paths-ignore:
- ".github/**"
jobs:
tests: