File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ name: CI Check
6
6
on :
7
7
push :
8
8
branches-ignore :
9
- # Renovate branches are always Pull Requests.
10
- # We don't need to run CI twice (push+pull_request)
11
- - ' renovate/** '
12
- - ' dependabot/** '
9
+ # should sync with ci.yml as a workaround to bypass github checks
10
+ - master
11
+ - next
12
+ - v*.x
13
13
pull_request :
14
14
paths :
15
+ # should sync with ci.yml as a workaround to bypass github checks
15
16
- ' docs/**'
16
- - ' examples/**'
17
17
18
18
permissions : {}
19
19
Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ name: CI
2
2
3
3
on :
4
4
push :
5
- branches-ignore :
6
- # Renovate branches are always Pull Requests.
7
- # We don't need to run CI twice (push+pull_request)
8
- - ' renovate/** '
9
- - ' dependabot/** '
5
+ branches :
6
+ # should sync with ci-check.yml as a workaround to bypass github checks
7
+ - master
8
+ - next
9
+ - v*.x
10
10
pull_request :
11
11
paths-ignore :
12
12
# should sync with ci-check.yml as a workaround to bypass github checks
13
- - ' examples /**'
13
+ - ' docs /**'
14
14
15
15
permissions : {}
16
16
You can’t perform that action at this time.
0 commit comments