Skip to content

Commit

Permalink
preparing workflows for v3 release (#601)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kalai authored May 29, 2024
1 parent 9fb10c4 commit 04a5b60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
tags:
- 'v1.*'
- 'v2.*'

- 'v3.*'
jobs:
publish:
runs-on: ubuntu-20.04
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
tags:
- 'v1.*'
- 'v2.*'
- 'v3.*'
jobs:
publish:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 04a5b60

Please sign in to comment.