Skip to content

Commit c1e062b

Browse files
committed
Test on push
1 parent 9d82847 commit c1e062b

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/python-wheels.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,13 @@ name: Python wheels
1010

1111
on:
1212
push:
13-
tags:
14-
- "py-v*"
15-
workflow_dispatch:
13+
# tags:
14+
# - "py-v*"
15+
# workflow_dispatch:
16+
17+
concurrency:
18+
group: ${{ github.workflow }}-${{ github.ref }}
19+
cancel-in-progress: true
1620

1721
permissions:
1822
contents: read

0 commit comments

Comments
 (0)