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 0009cea commit ed2ada9Copy full SHA for ed2ada9
.github/workflows/ci.yaml
@@ -14,6 +14,8 @@ on:
14
- "docs/**"
15
- "README.md"
16
17
+ workflow_dispatch:
18
+
19
concurrency:
20
# Support push/pr as event types with different behaviors each:
21
# 1. push: queue up builds
.github/workflows/release.yaml
@@ -8,6 +8,8 @@ on:
8
9
10
11
12
13
jobs:
release:
runs-on: ubuntu-latest
0 commit comments