Skip to content

Commit

Permalink
Merge pull request #3 from MaxBo/MaxBo-run_on_tags
Browse files Browse the repository at this point in the history
run on tags
  • Loading branch information
MaxBo committed Dec 19, 2023
2 parents 97f1a30 + 0adee42 commit 437a171
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linux-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
push:
branches:
- master
tags:
- v[0-9].[0-9]+.[0-9]+

jobs:
build-linux:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/windows_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
push:
branches:
- master
tags:
- v[0-9].[0-9]+.[0-9]+

jobs:
build-windows:
Expand Down

0 comments on commit 437a171

Please sign in to comment.