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 d20f761 commit f1754c0Copy full SHA for f1754c0
1 file changed
.github/workflows/CI.yml
@@ -9,7 +9,8 @@ name: CI
9
10
on:
11
pull_request:
12
-
+ # allow manual triggers
13
+ workflow_dispatch: {}
14
# Cancel in progress workflows on pull_requests.
15
# https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value
16
concurrency:
0 commit comments