We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6acc9b8 commit 650952eCopy full SHA for 650952e
.github/workflows/build-and-publish.yml
@@ -3,11 +3,10 @@ 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:
10
uses: sensirion/.github/.github/workflows/driver.python.pypi_publish.yml@main
11
secrets:
12
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
13
-
.github/workflows/build-docs.yml
@@ -1,10 +1,9 @@
1
name: Publish Documentation
2
on:
+ workflow_dispatch:
push:
- tags:
documentation:
0 commit comments