Skip to content

Commit 86d9baa

Browse files
Fixed (Hopefully) issues with workflow trigger filters
1 parent fb5aa9a commit 86d9baa

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

.github/workflows/carthage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Carthage
22
on:
33
workflow_dispatch:
44
push:
5+
branches:
6+
- '**'
57
tags-ignore:
68
- '**'
79
paths-ignore:

.github/workflows/cocoapods.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Cocoapods
22
on:
33
workflow_dispatch:
44
push:
5+
branches:
6+
- '**'
57
tags-ignore:
68
- '**'
79
paths-ignore:

.github/workflows/xcframework.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: XCFramework
22
on:
33
workflow_dispatch:
44
push:
5+
branches:
6+
- '**'
57
tags-ignore:
68
- '**'
79
paths-ignore:

.github/workflows/xcodebuild.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Xcode Project
22
on:
33
workflow_dispatch:
44
push:
5+
branches:
6+
- '**'
57
tags-ignore:
68
- '**'
79
paths-ignore:

0 commit comments

Comments
 (0)