From 1b0b59a7a71148e03be759eeae437e2550613077 Mon Sep 17 00:00:00 2001 From: Dustin Ruetz Date: Wed, 3 Apr 2024 18:36:21 -0400 Subject: [PATCH] test: run release.yml workflow on push to this working branch --- .github/workflows/release.yml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3a5b99a..de6bdbc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,14 +1,13 @@ name: Release on: - pull_request - # push: - # branches: - # - main - # workflow_run: - # workflows: ["Lint", "Run acceptance tests"] - # types: - # - completed + push: + branches: + - ruetz-automate-releases + workflow_run: + workflows: ["Lint", "Run acceptance tests"] + types: + - completed permissions: contents: read # for checkout @@ -41,4 +40,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - run: npx semantic-release --branches main --dry-run + run: npx semantic-release --branches ruetz-automate-releases --dry-run