Skip to content

Commit 337a86d

Browse files
committed
ci
1 parent 87026c4 commit 337a86d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ on:
66
- main
77

88
pull_request:
9+
workflow_dispatch:
10+
11+
concurrency:
12+
group: ${{ github.head_ref || github.sha }}-${{ github.workflow }}
13+
cancel-in-progress: true
914

1015
jobs:
1116
test:

0 commit comments

Comments
 (0)