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 330d345 commit 6cdbc92Copy full SHA for 6cdbc92
.github/workflows/build.yml
@@ -2,6 +2,10 @@ name: Build
2
3
on:
4
workflow_dispatch:
5
+ pull_request_target:
6
+ branches:
7
+ - 'preview/**'
8
+ - 'release/**'
9
push:
10
branches:
11
- '**'
0 commit comments