Skip to content

Commit

Permalink
added paths
Browse files Browse the repository at this point in the history
  • Loading branch information
alemar11 committed Nov 13, 2019
1 parent fb0d99f commit 9a8c657
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/lint.yml
Expand Up @@ -5,18 +5,18 @@ on:
branches:
- master
- develop
# paths:
# - '.github/workflows/swiftlint.yml'
# - '.swiftlint.yml'
# - '**/*.swift'
paths:
- '.github/workflows/lint.yml'
- '.swiftlint.yml'
- '**/*.swift'
pull_request:
branches:
- master
- develop
# paths:
# - '.github/workflows/swiftlint.yml'
# - '.swiftlint.yml'
# - '**/*.swift'
paths:
- '.github/workflows/lint.yml'
- '.swiftlint.yml'
- '**/*.swift'

jobs:
SwiftLint:
Expand Down

0 comments on commit 9a8c657

Please sign in to comment.