Skip to content

Commit e861517

Browse files
committed
ci: update main workflow concurrency and triggers
1 parent 3001cef commit e861517

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/main.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
name: very_good_test_runner
22

3-
on: pull_request
3+
concurrency:
4+
group: ${{ github.workflow }}-${{ github.ref }}
5+
cancel-in-progress: true
6+
7+
on:
8+
pull_request:
9+
branches:
10+
- main
11+
push:
12+
branches:
13+
- main
414

515
jobs:
616
build:

0 commit comments

Comments
 (0)