Skip to content

Commit b004bd7

Browse files
committed
Update lint_test_build_pipeline.yml
1 parent 37059e3 commit b004bd7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/lint_test_build_pipeline.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
name: Main Build Pipeline
33

44
on: # yamllint disable-line rule:truthy
5+
pull_request:
6+
branches-ignore:
7+
- 'kyu2'
8+
- 'kyu3'
9+
- 'kyu4'
10+
- 'kyu5'
11+
- 'kyu6'
12+
- 'kyu7'
13+
- 'kyu8'
14+
- 'utils'
15+
- 'Documentation'
516
push:
617
branches-ignore:
718
- 'kyu2'

0 commit comments

Comments
 (0)