Skip to content

Commit

Permalink
finalizing workflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
Kesuaheli committed May 5, 2024
1 parent 669702d commit 125da67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
upload:
needs: build
runs-on: ubuntu-latest
if: ${{ github.event_name == 'push' && github.ref == 'main' }}
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -57,3 +58,4 @@ jobs:
buildDescription: github-${{ steps.vars.outputs.sha_short }} ${{ github.event.head_commit.message }}
rootPath: build
depot1Path: '.'
releaseBranch: alpha

0 comments on commit 125da67

Please sign in to comment.