Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Shopify/polaris
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-page committed Nov 9, 2023
2 parents 1c52b3c + 6cd1978 commit 82affe3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-polaris-for-vscode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Release Polaris for VS Code

on:
push:
tags:
- 'shopify/polaris-tokens*' # Publish when a new version of polaris-tokens is released
- 'polaris-for-vscode*' # Push events to matching polaris-for-vscode*
paths:
- 'polaris-for-vscode/CHANGELOG.md'
- 'polaris-tokens/CHANGELOG.md'
branches:
- main

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: Create version packages PR or release

on:
push:
Expand Down

0 comments on commit 82affe3

Please sign in to comment.