Skip to content

Commit d73194d

Browse files
committed
ci: adjusting pipeline
1 parent 8a1bf23 commit d73194d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/pipeline.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
name: pipe
2-
on: [push]
2+
on:
3+
push:
4+
branches:
5+
- main
6+
pull_request:
7+
branches:
8+
- main
39

410
concurrency:
511
group: ${{ github.ref }}

0 commit comments

Comments
 (0)