Skip to content

Commit

Permalink
Merge pull request #5 from Sensirion/fix-workflow-triggers
Browse files Browse the repository at this point in the history
fix gh workflow deploy and doc trigger
  • Loading branch information
Sensirion-Bot authored Jan 31, 2025
2 parents 250187d + bbca7d5 commit 264b403
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
branches:
- master
tags:
- "^[0-9]+.[0-9]+.[0-9]+"
- "[0-9]+.[0-9]+.[0-9]+"

jobs:
build_and_deploy:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
name: Publish Documentation
on:
workflow_dispatch:
push:
branches:
- master
tags:
- "^[0-9]+.[0-9]+.[0-9]+"

jobs:
documentation:
uses: sensirion/.github/.github/workflows/driver.python.documentation.yml@main
with:
build-python-version: 3.8
build-python-version: 3.8

0 comments on commit 264b403

Please sign in to comment.