Skip to content

Commit 433b021

Browse files
authored
release(prepare): v1.5.0-alpha.1 (#21)
* release(prepare): v1.5.0-alpha.1 * fix(ci): ensure the devcontainer build and push is only on main
1 parent 8738581 commit 433b021

File tree

3 files changed

+22
-20
lines changed

3 files changed

+22
-20
lines changed

.github/workflows/devcontainer.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
required: true
99
type: string
1010
push:
11+
branches:
12+
- main
1113
paths:
1214
- ".devcontainer/**"
1315
- ".github/workflows/devcontainer.yml"

Cargo.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ edition = "2021"
1515
license = "Apache-2.0"
1616
license-file = "LICENSE"
1717
repository = "https://github.com/dojoengine/torii"
18-
version = "1.5.0-alpha.0"
18+
version = "1.5.0-alpha.1"
1919

2020
[profile.performance]
2121
codegen-units = 1

0 commit comments

Comments
 (0)