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 622b372 commit 5376cb9Copy full SHA for 5376cb9
.github/workflows/pull-request.yml
@@ -5,7 +5,9 @@ on:
5
types: [opened, synchronize, reopened, ready_for_review]
6
branches:
7
- main
8
- - release**
+ push:
9
+ branches:
10
+ - main
11
12
jobs:
13
test:
0 commit comments