Skip to content

Commit 6b555cc

Browse files
committed
chore: add pull_request trigger and restrict push branches
1 parent 42e9011 commit 6b555cc

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.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)