Skip to content

Commit

Permalink
Add if that only repository_dispatch pushes to rpi-imager
Browse files Browse the repository at this point in the history
  • Loading branch information
guysoft committed Jan 9, 2022
1 parent 0065b4a commit 5923106
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ jobs:
path: build/${{ env.IMAGE }}.img

- name: "⬆ Publish Files To rpi-imager"
if: github.event_name == 'repository_dispatch' || github.event_name == 'workflow_dispatch'
id: upload
uses: Creepios/sftp-action@v1.0.3
with:
Expand Down

0 comments on commit 5923106

Please sign in to comment.