Skip to content

Commit

Permalink
Merge pull request #184 from pspdev/dispatch-pspsdk
Browse files Browse the repository at this point in the history
Dispatch pspsdk build upon changes to master
  • Loading branch information
fjtrujy authored May 15, 2024
2 parents 2205dc8 + a78d138 commit 487daa4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,15 @@ jobs:
build-args: |
BASE_DOCKER_ALLEGREX_IMAGE=ghcr.io/${{ github.repository_owner }}/psptoolchain-allegrex:${{ env.DOCKER_TAG }}
BASE_DOCKER_EXTRA_IMAGE=ghcr.io/${{ github.repository_owner }}/psptoolchain-extra:${{ env.DOCKER_TAG }}
- name: Send Compile action
run: |
export DISPATCH_ACTION="$(echo run_build)"
echo "NEW_DISPATCH_ACTION=$DISPATCH_ACTION" >> $GITHUB_ENV
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v3
with:
repository: ${{ github.repository_owner }}/pspsdk
token: ${{ secrets.DISPATCH_TOKEN }}
event-type: ${{ env.NEW_DISPATCH_ACTION }}

0 comments on commit 487daa4

Please sign in to comment.