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 87fd60d commit e0cba43Copy full SHA for e0cba43
.github/workflows/release.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
tags:
6
- "v*.*.*"
7
+ workflow_dispatch:
8
9
jobs:
10
build:
.github/workflows/tests.yml
@@ -4,11 +4,9 @@ on:
pull_request:
branches: [ master ]
-
workflow_dispatch:
11
12
test:
13
runs-on: ubuntu-latest
14
strategy:
0 commit comments