Skip to content

Commit

Permalink
Update generate_firmware.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
silabs-bingocth authored Oct 6, 2024
1 parent a9f23f0 commit c74a91e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/generate_firmware.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Generate Firmware
on:
on:
push:
branches:
- '*' # matches every branch that doesn't contain a '/'
- '*/*' # matches every branch containing a single '/'
- '**' # matches every branch

env:
AM_CORRETTO_17: https://corretto.aws/downloads/latest/amazon-corretto-17-x64-linux-jdk.tar.gz
Expand Down

0 comments on commit c74a91e

Please sign in to comment.