Skip to content

Commit

Permalink
change tag expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Maas committed Dec 20, 2024
1 parent 2d2f12e commit 71886a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/debian_build_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Mt-KaHyPar Debian Package
on:
push:
tags:
- ["v[0-9]+.[0-9]+", "v[0-9]+.[0-9]+.[0-9]+"]
- "v[0-9]+.*"

jobs:
package_x86:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python_build_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Mt-KaHyPar Python Package
on:
push:
tags:
- ["v[0-9]+.[0-9]+", "v[0-9]+.[0-9]+.[0-9]+"]
- "v[0-9]+.*"

jobs:
package_linux_x86:
Expand Down

0 comments on commit 71886a3

Please sign in to comment.