Skip to content

Commit fb5aa9a

Browse files
Fixed syntax errors in workflow files
1 parent d546f11 commit fb5aa9a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/carthage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
workflow_dispatch:
44
push:
55
tags-ignore:
6-
- **
6+
- '**'
77
paths-ignore:
88
- .gitignore
99
- LICENSE

.github/workflows/cocoapods.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
workflow_dispatch:
44
push:
55
tags-ignore:
6-
- **
6+
- '**'
77
paths-ignore:
88
- .gitignore
99
- LICENSE

.github/workflows/xcframework.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
workflow_dispatch:
44
push:
55
tags-ignore:
6-
- **
6+
- '**'
77
paths-ignore:
88
- .gitignore
99
- LICENSE

.github/workflows/xcodebuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
workflow_dispatch:
44
push:
55
tags-ignore:
6-
- **
6+
- '**'
77
paths-ignore:
88
- .gitignore
99
- LICENSE

0 commit comments

Comments
 (0)