We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dcebb7 commit 778a228Copy full SHA for 778a228
.github/workflows/release.yml
@@ -5,9 +5,11 @@ on:
5
types: [closed]
6
branches:
7
- main
8
+ - 1.x
9
push:
10
11
12
13
14
jobs:
15
publish:
.github/workflows/test.yml
@@ -2,7 +2,9 @@
2
name: test
3
on:
4
pull_request:
+ types: [opened, synchronize]
- development
0 commit comments