Skip to content

Commit 650952e

Browse files
committed
fix gh workflow deploy and doc trigger
1 parent 6acc9b8 commit 650952e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ on:
33
branches:
44
- master
55
tags:
6-
- "^[0-9]+.[0-9]+.[0-9]+"
6+
- "[0-9]+.[0-9]+.[0-9]+"
77

88
jobs:
99
build_and_deploy:
1010
uses: sensirion/.github/.github/workflows/driver.python.pypi_publish.yml@main
1111
secrets:
1212
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
13-

.github/workflows/build-docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name: Publish Documentation
22
on:
3+
workflow_dispatch:
34
push:
45
branches:
56
- master
6-
tags:
7-
- "^[0-9]+.[0-9]+.[0-9]+"
87

98
jobs:
109
documentation:

0 commit comments

Comments
 (0)