Skip to content

Commit 96915dd

Browse files
committed
ci(build): restore on: push/PR/dispatch (keep concurrency)
1 parent 4ec0e76 commit 96915dd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
name: CI / build
2-
31
on:
42
push:
53
branches: [main]
64
pull_request:
75
branches: [main]
86
workflow_dispatch:
7+
concurrency:
8+
group: ${{ github.workflow }}-${{ github.ref }}
9+
cancel-in-progress: true
910
jobs:
1011
build:
1112
name: build (${{ matrix.python-version }})

0 commit comments

Comments
 (0)