mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2026-05-01 11:39:37 -05:00
path-ignored filter added
This commit is contained in:
committed by
GitHub
parent
ea70204824
commit
5488de827e
@@ -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/**'
|
||||
|
||||
@@ -4,7 +4,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
paths-ignore:
|
||||
- '!fastlane/**'
|
||||
- '!.github/**'
|
||||
- '!icons/**'
|
||||
|
||||
@@ -3,7 +3,7 @@ name: PR Check
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
paths:
|
||||
paths-ignore:
|
||||
- '!fastlane/**'
|
||||
- '!.github/**'
|
||||
- '!icons/**'
|
||||
|
||||
@@ -4,7 +4,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
paths-ignore:
|
||||
- '!fastlane/**'
|
||||
- '!.github/**'
|
||||
- '!icons/**'
|
||||
|
||||
Reference in New Issue
Block a user