Skip to content

Commit e43bd53

Browse files
committed
Adds workflow_dispatch: to allow to run github actions from UI
1 parent ecd1b72 commit e43bd53

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- 'v*'
88
pull_request:
99
branches: [ master ]
10+
workflow_dispatch:
1011
release:
1112
types: [ created ]
1213

@@ -30,7 +31,7 @@ jobs:
3031
runs-on: ${{ matrix.os }}
3132

3233
permissions:
33-
contents: write # svenstaro/upload-release-action
34+
contents: write # svenstaro/upload-release-action
3435

3536
steps:
3637
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

.github/workflows/cross_build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- 'v*'
88
pull_request:
99
branches: [ master ]
10+
workflow_dispatch:
1011
release:
1112
types: [ created ]
1213

.github/workflows/wheel.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- 'v*'
88
pull_request:
99
branches: [ master ]
10+
workflow_dispatch:
1011
release:
1112
types: [ created ]
1213

0 commit comments

Comments
 (0)