Skip to content

Commit bbed978

Browse files
authored
fix(ci): update paths (#56)
1 parent 13ba282 commit bbed978

3 files changed

Lines changed: 3 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ on:
88
- '.swiftlint.yml'
99
- ".github/workflows/**"
1010
- "Package.swift"
11-
- "Source/**"
11+
- "Sources/**"
1212
- "Tests/**"
1313
pull_request:
1414
paths:
1515
- '.swiftlint.yml'
1616
- ".github/workflows/**"
1717
- "Package.swift"
18-
- "Source/**"
18+
- "Sources/**"
1919
- "Tests/**"
2020

2121
concurrency:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,4 @@ fastlane/test_output
8888
# https://github.com/johnno1962/injectionforxcode
8989

9090
iOSInjectionProject/
91+
./swiftpm

.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)