path-ignored filter added

This commit is contained in:
Yogesh Choudhary Paliyal
2023-05-01 12:57:30 +05:30
committed by GitHub
parent ea70204824
commit 5488de827e
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ on:
# Triggers the workflow on push or pull request events but only for default and protected branches
pull_request:
branches: [ master ]
paths:
paths-ignore:
- '!fastlane/**'
- '!.github/**'
- '!icons/**'
+1 -1
View File
@@ -4,7 +4,7 @@ on:
push:
branches:
- master
paths:
paths-ignore:
- '!fastlane/**'
- '!.github/**'
- '!icons/**'
+1 -1
View File
@@ -3,7 +3,7 @@ name: PR Check
on:
pull_request:
branches: [ master ]
paths:
paths-ignore:
- '!fastlane/**'
- '!.github/**'
- '!icons/**'
+1 -1
View File
@@ -4,7 +4,7 @@ on:
push:
branches:
- master
paths:
paths-ignore:
- '!fastlane/**'
- '!.github/**'
- '!icons/**'