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 813b96b commit c4bc96dCopy full SHA for c4bc96d
1 file changed
.github/workflows/ci.yml
@@ -3,6 +3,10 @@ on:
3
push:
4
branches:
5
- main
6
+ pull_request:
7
+ types:
8
+ - opened
9
+ - synchronize
10
jobs:
11
ci:
12
runs-on: ubuntu-latest
0 commit comments