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 abda9f6 commit f770e68Copy full SHA for f770e68
1 file changed
.github/workflows/test.yml
@@ -8,7 +8,9 @@ env:
8
on:
9
push:
10
branches:
11
- - master
+ - '**'
12
+ pull_request:
13
+ types: [assigned, opened, synchronize, reopened]
14
15
jobs:
16
build:
0 commit comments