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 2f59a30 commit c0e88cdCopy full SHA for c0e88cd
.github/workflows/build.yml
@@ -2,6 +2,11 @@ name: Build
2
3
on:
4
pull_request:
5
+ types:
6
+ - opened
7
+ - reopened
8
+ - synchronize
9
+ - labeled
10
push:
11
branches:
12
- main
0 commit comments