Skip to content

Commit 5e8dc2e

Browse files
committed
chore: add pull_request trigger and restrict push branches
1 parent 444ca57 commit 5e8dc2e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/pipeline.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@ name: Pipeline
22

33
on:
44
push:
5+
branches:
6+
- main
7+
- master
8+
- next
9+
- next-major
10+
- beta
11+
- alpha
12+
- '[0-9]*.x'
13+
- develop
14+
- 'release/**'
15+
- 'hotfix/**'
16+
- 'support/**'
17+
pull_request:
518

619
permissions:
720
contents: write

0 commit comments

Comments
 (0)