Skip to content

Commit

Permalink
Remove unnecessary if condition in deploy workflow (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
klaasnicolaas authored Jul 3, 2024
1 parent d332154 commit ea51e04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy-firmware.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ on:

jobs:
build-firmware:
if: ${{ github.event.ref == 'refs/heads/main' }}
uses: klaasnicolaas/home-assistant-glow/.github/workflows/build-firmware.yaml@main
name: Firmware
with:
Expand Down

0 comments on commit ea51e04

Please sign in to comment.