Skip to content

Commit 01f6dce

Browse files
committed
chore: add CI workflow for testing and disable labeler jobs
1 parent 08a1772 commit 01f6dce

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed
Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
name: CI
2-
3-
on:
4-
pull_request:
5-
branches:
6-
- '**'
7-
push:
8-
branches:
9-
- master
10-
- main
1+
name: any-pr
2+
3+
on: [pull_request]
4+
5+
concurrency:
6+
group: ${{ github.head_ref }}
7+
cancel-in-progress: true
118

129
jobs:
1310
test:

0 commit comments

Comments
 (0)