Skip to content

Commit

Permalink
remove workflow dispatch branch (#1362) (#1375)
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] committed Feb 8, 2024
1 parent cfc38ff commit 311d138
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 26 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/humble-binary-build-main.yml
Expand Up @@ -4,8 +4,6 @@ name: Humble Binary Build - main

on:
workflow_dispatch:
branches:
- humble
pull_request:
branches:
- humble
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/humble-binary-build-testing.yml
Expand Up @@ -4,8 +4,6 @@ name: Humble Binary Build - testing

on:
workflow_dispatch:
branches:
- humble
pull_request:
branches:
- humble
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/humble-semi-binary-build-main.yml
Expand Up @@ -3,8 +3,6 @@ name: Humble Semi-Binary Build - main

on:
workflow_dispatch:
branches:
- humble
pull_request:
branches:
- humble
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/humble-semi-binary-build-testing.yml
Expand Up @@ -3,8 +3,6 @@ name: Humble Semi-Binary Build - testing

on:
workflow_dispatch:
branches:
- humble
pull_request:
branches:
- humble
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/humble-source-build.yml
@@ -1,8 +1,6 @@
name: Humble Source Build
on:
workflow_dispatch:
branches:
- humble
push:
branches:
- humble
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/iron-binary-build-main.yml
Expand Up @@ -4,8 +4,6 @@ name: Iron Binary Build - main

on:
workflow_dispatch:
branches:
- iron
pull_request:
branches:
- iron
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/iron-binary-build-testing.yml
Expand Up @@ -4,8 +4,6 @@ name: Iron Binary Build - testing

on:
workflow_dispatch:
branches:
- iron
pull_request:
branches:
- iron
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/iron-semi-binary-build-main.yml
Expand Up @@ -3,8 +3,6 @@ name: Iron Semi-Binary Build - main

on:
workflow_dispatch:
branches:
- iron
pull_request:
branches:
- iron
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/iron-semi-binary-build-testing.yml
Expand Up @@ -3,8 +3,6 @@ name: Iron Semi-Binary Build - testing

on:
workflow_dispatch:
branches:
- iron
pull_request:
branches:
- iron
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/iron-source-build.yml
@@ -1,8 +1,6 @@
name: Iron Source Build
on:
workflow_dispatch:
branches:
- iron
push:
branches:
- iron
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/rolling-binary-build-main.yml
Expand Up @@ -4,8 +4,6 @@ name: Rolling Binary Build - main

on:
workflow_dispatch:
branches:
- master
pull_request:
branches:
- master
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/rolling-semi-binary-build-testing.yml
Expand Up @@ -3,8 +3,6 @@ name: Rolling Semi-Binary Build - testing

on:
workflow_dispatch:
branches:
- master
pull_request:
branches:
- master
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/rolling-source-build.yml
@@ -1,8 +1,6 @@
name: Rolling Source Build
on:
workflow_dispatch:
branches:
- master
push:
branches:
- master
Expand Down

0 comments on commit 311d138

Please sign in to comment.