Skip to content

Commit bb85bea

Browse files
remove workflow dispatch branch
1 parent 5b5f332 commit bb85bea

13 files changed

+0
-26
lines changed

.github/workflows/humble-binary-build-main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ name: Humble Binary Build - main
44

55
on:
66
workflow_dispatch:
7-
branches:
8-
- humble
97
pull_request:
108
branches:
119
- humble

.github/workflows/humble-binary-build-testing.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ name: Humble Binary Build - testing
44

55
on:
66
workflow_dispatch:
7-
branches:
8-
- humble
97
pull_request:
108
branches:
119
- humble

.github/workflows/humble-semi-binary-build-main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: Humble Semi-Binary Build - main
33

44
on:
55
workflow_dispatch:
6-
branches:
7-
- humble
86
pull_request:
97
branches:
108
- humble

.github/workflows/humble-semi-binary-build-testing.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: Humble Semi-Binary Build - testing
33

44
on:
55
workflow_dispatch:
6-
branches:
7-
- humble
86
pull_request:
97
branches:
108
- humble

.github/workflows/humble-source-build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Humble Source Build
22
on:
33
workflow_dispatch:
4-
branches:
5-
- humble
64
push:
75
branches:
86
- humble

.github/workflows/iron-binary-build-main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ name: Iron Binary Build - main
44

55
on:
66
workflow_dispatch:
7-
branches:
8-
- iron
97
pull_request:
108
branches:
119
- iron

.github/workflows/iron-binary-build-testing.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ name: Iron Binary Build - testing
44

55
on:
66
workflow_dispatch:
7-
branches:
8-
- iron
97
pull_request:
108
branches:
119
- iron

.github/workflows/iron-semi-binary-build-main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: Iron Semi-Binary Build - main
33

44
on:
55
workflow_dispatch:
6-
branches:
7-
- iron
86
pull_request:
97
branches:
108
- iron

.github/workflows/iron-semi-binary-build-testing.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: Iron Semi-Binary Build - testing
33

44
on:
55
workflow_dispatch:
6-
branches:
7-
- iron
86
pull_request:
97
branches:
108
- iron

.github/workflows/iron-source-build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Iron Source Build
22
on:
33
workflow_dispatch:
4-
branches:
5-
- iron
64
push:
75
branches:
86
- iron

0 commit comments

Comments
 (0)