Skip to content

Commit 614b4cc

Browse files
committed
ci(build): restore triggers (push/PR/dispatch) y conservar concurrency
1 parent 2967516 commit 614b4cc

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/build.yml

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

0 commit comments

Comments
 (0)