Skip to content

Commit d33ad8a

Browse files
Merge pull request #2 from Sensirion/fix-workflow-triggers
fix gh workflow deploy and doc trigger
2 parents da714f4 + 94b0a2f commit d33ad8a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Diff for: .github/workflows/build-and-publish.yml

+1-1
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:

Diff for: .github/workflows/build-docs.yml

+1-2
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)