Skip to content

Commit

Permalink
chore: support fork branch on Github Actions. (#4542)
Browse files Browse the repository at this point in the history
  • Loading branch information
huhuanming authored May 9, 2024
1 parent 74074aa commit fd83021
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bundlediff-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- uses: actions/checkout@v3
with:
ref: ${{github.event.pull_request.head.ref}}
repository: ${{ github.event.pull_request.head.repo.full_name }}

- name: Setup Node.js v16
uses: actions/setup-node@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/bundlediff-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- uses: actions/checkout@v3
with:
ref: ${{github.event.pull_request.head.ref}}
repository: ${{ github.event.pull_request.head.repo.full_name }}

- name: Setup Node.js v16
uses: actions/setup-node@v3
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,11 @@ jobs:
path: |
./packages/desktop/build-electron/*
!./packages/desktop/build-electron/win-unpacked
!./apps/desktop/build-electron/win-arm64-unpacked
!./packages/desktop/build-electron/mac-arm64
!./packages/desktop/build-electron/mac
!./packages/desktop/build-electron/linux-unpacked
!./apps/desktop/build-electron/linux-arm64-unpacked
!./packages/desktop/build-electron/builder-debug.yml
- name: 'Notify to Slack'
Expand Down

0 comments on commit fd83021

Please sign in to comment.