We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf518a6 commit d95c62dCopy full SHA for d95c62d
1 file changed
.github/workflows/build.yml
@@ -2,6 +2,12 @@ name: Build
2
3
on:
4
workflow_dispatch:
5
+ pull_request_target:
6
+ branches:
7
+ - 'preview/**'
8
+ - 'release/**'
9
+ paths:
10
+ - 'src/**'
11
push:
12
branches:
13
- '**'
0 commit comments