Skip to content

Commit

Permalink
chore: publish workspace on tag push (denoland#4281)
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k authored Feb 6, 2024
1 parent 2f1b13a commit 20dae6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/workspace_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: workspace publish
on:
push:
branches: [main, workspace_publish]
tags:
- '[0-9]+.[0-9]+.[0-9]+'

env:
DENO_UNSTABLE_WORKSPACES: true
Expand Down

0 comments on commit 20dae6b

Please sign in to comment.