We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fca0033 commit 812e134Copy full SHA for 812e134
1 file changed
.github/workflows/ci.yml
@@ -3,13 +3,13 @@ name: CI
3
on:
4
push:
5
branches:
6
+ - main
7
- master
- - 'v*' # older version branches
8
- tags:
9
- - '*'
10
- pull_request:
11
- schedule:
12
- - cron: '0 3 * * *' # daily at 3am
+ pull_request: {}
+
+concurrency:
+ group: ci-${{ github.head_ref || github.ref }}
+ cancel-in-progress: true
13
14
jobs:
15
test:
0 commit comments