We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da23c7c commit 361af53Copy full SHA for 361af53
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