diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index c62588be..4b8e9566 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -2,8 +2,8 @@ name: Publish on: push: branches: - - '**' # matches every branch - - '!main' + - 'feat/build-artifacts-in-pipeline' # matches every branch + # - '!main' # pull_request: # Needed for nx-set-shas when run on the main branch