Skip to content

Commit 0d8f08b

Browse files
Merge pull request #5 from Sensirion/fix-workflow-triggers
fix gh workflow deploy and doc trigger
2 parents 6acc9b8 + c33cef5 commit 0d8f08b

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
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:

docs/execute-measurements.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ execute a simple measurement.
2323
python examples/example_usage_sensorbridge_lps22.py --serial-port <your COM port>
2424

2525

26-
.. _Sensirion SEK-SensorBridge: https://developer.sensirion.com/sensirion-products/sek-sensorbridge/
26+
.. _Sensirion SEK-SensorBridge: https://developer.sensirion.com/product-support/sek-sensorbridge/
2727

2828

2929
Example script

0 commit comments

Comments
 (0)