Skip to content

Commit 4577d83

Browse files
committed
Update CI
1 parent 9df38c1 commit 4577d83

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
- setup.cfg
1515
- setup.py
1616
pull_request:
17-
branches: [ "main" ]
17+
types: [opened, synchronize, reopened]
1818
paths:
1919
- moldrug/**
2020
- .github/workflows/tests.yml
@@ -23,6 +23,10 @@ on:
2323
- setup.cfg
2424
- setup.py
2525

26+
concurrency:
27+
group: pr-${{ github.event.pull_request.number }}
28+
cancel-in-progress: true
29+
2630
jobs:
2731
build:
2832
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)