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 c3cdc57 commit 5bf154fCopy full SHA for 5bf154f
.github/workflows/ci.yml
@@ -2,9 +2,10 @@ name: ci
2
3
on:
4
push:
5
- pull_request:
6
branches:
7
- main
+ pull_request:
8
+ types: [opened, synchronize, reopened]
9
10
jobs:
11
build_test_release:
0 commit comments