Skip to content

Commit

Permalink
ci: trigger publish to branch on pr to forge-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
sripwoud committed Jul 10, 2024
1 parent 4bb2590 commit 101e809
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
tags:
- "*"

pull_request: [forge-dev]

jobs:
release:
runs-on: ubuntu-latest
Expand Down
3 changes: 2 additions & 1 deletion scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ main() {
pkg="$1"
clean_root "$pkg"
publish_forge
publish_npm
# TODO: uncomment
# publish_npm
}

main "$@"

0 comments on commit 101e809

Please sign in to comment.