Don't run main workflows if change in .github

This commit is contained in:
Janne Valkealahti
2020-12-25 14:56:13 +00:00
parent 390abcdc7a
commit 51e450968f
4 changed files with 8 additions and 0 deletions

View File

@@ -5,6 +5,8 @@ on:
push:
branches:
- master
paths-ignore:
- '.github/**'
pull_request:
branches:
- master

View File

@@ -5,6 +5,8 @@ on:
push:
branches:
- master
paths-ignore:
- '.github/**'
pull_request:
branches:
- master

View File

@@ -5,6 +5,8 @@ on:
push:
branches:
- master
paths-ignore:
- '.github/**'
pull_request:
branches:
- master

View File

@@ -5,6 +5,8 @@ on:
push:
branches:
- master
paths-ignore:
- '.github/**'
pull_request:
branches:
- master