mirror of
https://github.com/Abdess/retrobios.git
synced 2026-04-25 08:17:45 +00:00
Revert "chore: disable auto-trigger on push, manual release only"
This reverts commit d4e5af2c74.
This commit is contained in:
parent
d4e5af2c74
commit
cfec0c614f
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -1,6 +1,9 @@
|
|||
name: Build & Release
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
paths: ["bios/**", "platforms/**"]
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
force_release:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue