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 4a76a5d commit e657a44Copy full SHA for e657a44
.github/workflows/CI.yml
@@ -5,6 +5,7 @@ on:
5
- main
6
tags: '*'
7
pull_request:
8
+ types: [opened, synchronize, reopened, ready_for_review]
9
concurrency:
10
# Skip intermediate builds: always.
11
# Cancel intermediate builds: only if it is a pull request build.
0 commit comments