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 3c1306b commit d39377dCopy full SHA for d39377d
.github/workflows/ci.yml
@@ -6,6 +6,8 @@ on:
6
pull_request:
7
push:
8
branches: [main]
9
+ workflow_dispatch:
10
+
11
concurrency:
12
group: ${{ github.workflow }}-${{ github.ref }}
13
cancel-in-progress: true
0 commit comments