Skip to content

Commit e41ed22

Browse files
committed
Enabled to run actiosn when new releases are created
1 parent 5d1f40d commit e41ed22

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/cmake.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
- 'v*'
88
pull_request:
99
branches: [ master ]
10+
release:
11+
types: [ created ]
1012

1113
permissions:
1214
contents: read

.github/workflows/cross_build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
- 'v*'
88
pull_request:
99
branches: [ master ]
10+
release:
11+
types: [ created ]
1012

1113
permissions:
1214
contents: read

.github/workflows/wheel.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
- 'v*'
88
pull_request:
99
branches: [ master ]
10+
release:
11+
types: [ created ]
1012

1113
permissions:
1214
contents: read

0 commit comments

Comments
 (0)