Skip to content

Commit

Permalink
removing version.py and update cd
Browse files Browse the repository at this point in the history
  • Loading branch information
corentincarton committed Jul 22, 2024
1 parent e2f0e7a commit 1a62926
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
tags-ignore:
- 'unstable-*'
- 'unstable-[0-9]+.[0-9]+.[0-9]+'
jobs:
install_module:
runs-on: [hpc]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
tags:
- "*"
- "[0-9]+.[0-9]+.[0-9]+"
pull_request:
branches:
- main
Expand Down
1 change: 0 additions & 1 deletion hat/version.py

This file was deleted.

0 comments on commit 1a62926

Please sign in to comment.