diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 78332c3..bca4761 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -6,6 +6,7 @@ on: push: branches: - 'main' # Run the workflow when pushing to the main branch + - 'v1.16.0-preview' pull_request: branches: - '*' # Run the workflow for all pull requests