We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecd1b72 commit e43bd53Copy full SHA for e43bd53
.github/workflows/cmake.yml
@@ -7,6 +7,7 @@ on:
7
- 'v*'
8
pull_request:
9
branches: [ master ]
10
+ workflow_dispatch:
11
release:
12
types: [ created ]
13
@@ -30,7 +31,7 @@ jobs:
30
31
runs-on: ${{ matrix.os }}
32
33
permissions:
- contents: write # svenstaro/upload-release-action
34
+ contents: write # svenstaro/upload-release-action
35
36
steps:
37
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
.github/workflows/cross_build.yml
.github/workflows/wheel.yml
0 commit comments