Skip to content

Commit

Permalink
feat: create 0.13.4 release branch
Browse files Browse the repository at this point in the history
Signed-off-by: Dori Medini <[email protected]>
  • Loading branch information
dorimedini-starkware committed Dec 24, 2024
1 parent 4fb7a41 commit 535775d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/papyrus_docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ name: Papyrus-Docker-Publish
on:
workflow_dispatch:
push:
branches: [main]
tags: ["v*.*.*"]
branches:
- main
- main-v[0-9].**
tags:
- v[0-9].**
paths:
- '.github/workflows/papyrus_docker-publish.yml'
- 'crates/papyrus**/**'
Expand Down
3 changes: 2 additions & 1 deletion scripts/merge_paths.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"main-v0.13.2": "main"
"main-v0.13.2": "main-v0.13.4",
"main-v0.13.4": "main"
}

0 comments on commit 535775d

Please sign in to comment.