Skip to content

Commit a3b89cb

Browse files
committed
wheels only on PR and push on release
1 parent 87dc20f commit a3b89cb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/build-wheels-push.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: build-wheels-push
22

33
# on: []
4-
on: push
4+
# on: push
55

6-
# on:
7-
# release:
8-
# types:
9-
# - published
6+
on:
7+
release:
8+
types:
9+
- published
1010

1111
concurrency:
1212
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/build-wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: build-wheels
22

3-
on: [push]
4-
# on: [pull_request]
3+
# on: [push]
4+
on: [pull_request]
55

66
concurrency:
77
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)