We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 175ce98 commit 7a4b195Copy full SHA for 7a4b195
.github/workflows/ci.yml
@@ -6,10 +6,19 @@ name: CI
6
7
on:
8
pull_request:
9
- branches: [master]
10
- types: [opened, synchronize, reopened]
+ branches:
+ - master
11
+ types:
12
+ - opened
13
+ - synchronize
14
+ - reopened
15
push:
16
17
18
+
19
+concurrency:
20
+ group: "${{ github.workflow }}-${{ github.ref }}"
21
+ cancel-in-progress: true
22
23
jobs:
24
setup_release:
0 commit comments