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 99f2d7b commit 588aa10Copy full SHA for 588aa10
1 file changed
.github/workflows/CI.yml
@@ -6,6 +6,7 @@ on:
6
tags: '*'
7
pull_request:
8
types: [opened, synchronize, reopened, ready_for_review]
9
+ workflow_dispatch:
10
concurrency:
11
# Skip intermediate builds: always.
12
# Cancel intermediate builds: only if it is a pull request build.
0 commit comments