Skip to content

Commit

Permalink
fix: align checks
Browse files Browse the repository at this point in the history
  • Loading branch information
maratsh committed Dec 19, 2024
1 parent ae271e0 commit 483322e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: branch

on:
pull_request:
pull_request_target:
types:
- opened
- synchronize
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ jobs:
app_id: ${{ secrets.RELEASE_BOT_APP_ID }}
private_key: ${{ secrets.RELEASE_BOT_PKEY }}
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.head_ref }}
- uses: actions/setup-node@v4
with:
node-version: lts/*
Expand Down

0 comments on commit 483322e

Please sign in to comment.