Skip to content

Commit 362b7cd

Browse files
committed
fixed pipeline trigger
1 parent ee93754 commit 362b7cd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pipeline.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
on:
22
push:
3+
branches:
4+
- main
5+
paths:
6+
- 'code/**'
7+
pull_request:
38
paths:
49
- 'code/**'
510

0 commit comments

Comments
 (0)