Skip to content

Commit 778a228

Browse files
committed
Update pipelines
1 parent 9dcebb7 commit 778a228

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ on:
55
types: [closed]
66
branches:
77
- main
8+
- 1.x
89
push:
910
branches:
1011
- main
12+
- 1.x
1113

1214
jobs:
1315
publish:

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
name: test
33
on:
44
pull_request:
5+
types: [opened, synchronize]
56
branches:
7+
- 1.x
68
- main
79
- development
810

0 commit comments

Comments
 (0)