Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Update build.yml - test fix for uploading on push only
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptAxe authored Apr 9, 2024
1 parent e732803 commit 3019b5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
runs-on: ubuntu-latest
needs: [build-linux, build-macos, build-windows]
# avoid uploading on PRs
if: github.event_name == 'push' && github.ref == 'refs/heads/sidechain' && github.repository_owner == 'LayerTwo-Labs'
if: github.event_name == 'push' && github.ref == 'refs/heads/testchain' && github.repository_owner == 'LayerTwo-Labs'
steps:
- name: Download artifacts
uses: actions/download-artifact@v4
Expand All @@ -187,4 +187,4 @@ jobs:
pass: ${{ secrets.RELEASES_SERVER_PW }}
port: 22
scp: |
'L2-S0-Testchain-latest-*.zip' => '/var/www/html/'
'L2-S0-Testchain-latest-*.zip' => '/var/www/html/'

0 comments on commit 3019b5e

Please sign in to comment.