-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update workflow with fpga device parameter
- Loading branch information
1 parent
80eb859
commit 25c6d0e
Showing
3 changed files
with
88 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
name: build_on_push | ||
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
paths-ignore: | ||
- '**.md' | ||
jobs: | ||
build_firmware_10M02: | ||
secrets: inherit | ||
uses: ./.github/workflows/build.yml | ||
with: | ||
device: 10M02SCU169C8G | ||
build_firmware_10M04: | ||
secrets: inherit | ||
uses: ./.github/workflows/build.yml | ||
with: | ||
device: 10M04SCU169C8G | ||
build_firmware_10M16: | ||
secrets: inherit | ||
uses: ./.github/workflows/build.yml | ||
with: | ||
device: 10M16SCU169C8G |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters