Skip to content

Commit ccaf003

Browse files
authored
[code-infra] Update ci.yml triggers (#46860)
1 parent 7b4e85d commit ccaf003

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/ci-check.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ name: CI Check
66
on:
77
push:
88
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
1313
pull_request:
1414
paths:
15+
# should sync with ci.yml as a workaround to bypass github checks
1516
- 'docs/**'
16-
- 'examples/**'
1717

1818
permissions: {}
1919

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ name: CI
22

33
on:
44
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
1010
pull_request:
1111
paths-ignore:
1212
# should sync with ci-check.yml as a workaround to bypass github checks
13-
- 'examples/**'
13+
- 'docs/**'
1414

1515
permissions: {}
1616

0 commit comments

Comments
 (0)