Update validate-swift.yml
This commit is contained in:
parent
0a96f3c62a
commit
e71a708774
26
.github/workflows/validate-swift.yml
vendored
26
.github/workflows/validate-swift.yml
vendored
@ -1,18 +1,18 @@
|
||||
name: Validate Swift
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- ".github/workflows/validate-swift.yaml"
|
||||
- "ios/"
|
||||
- "example/ios/"
|
||||
pull_request:
|
||||
paths:
|
||||
- ".github/workflows/validate-swift.yaml"
|
||||
- "ios/"
|
||||
- "example/ios/"
|
||||
on: push
|
||||
# push:
|
||||
# branches:
|
||||
# - master
|
||||
# paths:
|
||||
# - ".github/workflows/validate-swift.yaml"
|
||||
# - "ios/"
|
||||
# - "example/ios/"
|
||||
# pull_request:
|
||||
# paths:
|
||||
# - ".github/workflows/validate-swift.yaml"
|
||||
# - "ios/"
|
||||
# - "example/ios/"
|
||||
|
||||
jobs:
|
||||
SwiftLint:
|
||||
|
Loading…
Reference in New Issue
Block a user