Skip to content

Commit d8b9b97

Browse files
committed
Update build triggers, concurrency group
1 parent ba5bc54 commit d8b9b97

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/workflows/pypi-whl.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
1-
name: PyPI Whl Publish
1+
name: Publish to PyPI
22

33
on:
44
push:
5-
branches:
6-
- main
7-
- deno-binary
5+
branches: [main, dev, deno-binary]
6+
tags: ['*']
7+
pull_request:
8+
brainches: [main, dev]
89
workflow_dispatch:
910

11+
concurrency:
12+
group: ${{ github.workflow }}-${{ github.ref }}
13+
cancel-in-progress: true
14+
1015
defaults:
1116
run:
1217
shell: bash

0 commit comments

Comments
 (0)