Skip to content

Commit

Permalink
test: run release.yml workflow on push to this working branch
Browse files Browse the repository at this point in the history
  • Loading branch information
dustin-ruetz committed Apr 3, 2024
1 parent da98918 commit 1b0b59a
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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

0 comments on commit 1b0b59a

Please sign in to comment.