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.
2 parents d9c7adc + bb6569f commit 57683fbCopy full SHA for 57683fb
.github/workflows/build-and-publish.yml
@@ -3,7 +3,7 @@ on:
3
branches:
4
- master
5
tags:
6
- - "^[0-9]+.[0-9]+.[0-9]+"
+ - "[0-9]+.[0-9]+.[0-9]+"
7
8
jobs:
9
build_and_deploy:
.github/workflows/build-docs.yml
@@ -1,10 +1,9 @@
1
name: Publish Documentation
2
on:
+ workflow_dispatch:
push:
- tags:
10
documentation:
0 commit comments