Skip to content

Commit

Permalink
chore: Add release-plz schema action run
Browse files Browse the repository at this point in the history
  • Loading branch information
bgins committed Mar 1, 2024
1 parent 8fb03c3 commit 62caae9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/schemas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ name: 📄 Schemas

on:
push:
branches: [main]
branches: [main, "bgins/run-schemas-*"]
# branches: [main, "**"]

# pull_request:
# branches: ["bgins/run-schemas-*"]

permissions:
contents: write
pull-requests: write
Expand All @@ -26,6 +29,7 @@ jobs:
- 'homestar-runtime/src/**'
- 'homestar-schemas/src/**'
- 'homestar-workflow/src/**'
- 'Cargo.toml'
schemas:
needs: changes
Expand Down
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/ipvm-wg/homestar"
rust-version = "1.75.0"
version = "0.2.0"
version = "0.2.1"

[workspace.dependencies]
anyhow = { version = "1.0", features = ["backtrace"] }
Expand Down

0 comments on commit 62caae9

Please sign in to comment.