Skip to content

Commit

Permalink
Test deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
klaasnicolaas committed Jun 29, 2024
1 parent ab31853 commit d17d8db
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-firmware.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
name: Deploy firmware

on:
push:
branches:
- klaas-2024-035
release:
types:
- published
Expand All @@ -14,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 🔨 Build firmware
uses: ./.github/workflows/build-firmware.yaml
uses: ./.github/workflows/build-firmware.yaml@klaas-2024-035
with:
release-url: ${{ github.event.release.html_url }}

Expand Down

0 comments on commit d17d8db

Please sign in to comment.