mirror of
https://github.com/J3vb/OwnCord.git
synced 2026-09-02 19:43:10 +03:00
ci: allow CI to be triggered manually
Adds workflow_dispatch so CI can be re-run on demand without pushing a commit. Actions runs again now that the repo is public (private minutes were exhausted since 2026-07-24, which is why every job failed with zero steps).
This commit is contained in:
@@ -5,6 +5,7 @@ on:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
branches: [main, dev]
|
||||
workflow_dispatch:
|
||||
|
||||
# Cancel in-progress runs for the same branch/PR
|
||||
concurrency:
|
||||
|
||||
Reference in New Issue
Block a user