Skip to content

Commit

Permalink
fix: workflow release please
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Jun 3, 2024
1 parent 1874bc7 commit 5dd1302
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/jest-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ on:
workflow_dispatch:
pull_request_target:
types: [opened, synchronize]

workflow_run:
workflows: ["Build"]
types:
- completed
env:
NODE_ENV: "test"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- $default-branch
- ${{ github.event.repository.default_branch }}

permissions:
contents: write
Expand All @@ -17,7 +17,7 @@ jobs:
- uses: google-github-actions/release-please-action@v3
with:
release-type: node
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20.10.0"
Expand Down

0 comments on commit 5dd1302

Please sign in to comment.