We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e8f161 commit 8ca9771Copy full SHA for 8ca9771
1 file changed
.github/workflows/build.yml
@@ -2,6 +2,12 @@ name: Build
2
3
on:
4
push:
5
+ branches:
6
+ - master
7
+ pull_request:
8
+ types:
9
+ - opened
10
+ - synchronize
11
workflow_dispatch:
12
13
jobs:
0 commit comments