Skip to content

Commit d239b14

Browse files
Merge pull request #6 from Sensirion/fix-workflow-triggers
fix gh workflow deploy and doc trigger
2 parents 3e0d6a3 + 378f84a commit d239b14

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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:

.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/quickstart.rst

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

2828

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

3131

3232
Example script

0 commit comments

Comments
 (0)