mirror of
https://codeberg.org/forgejo/forgejo
synced 2024-11-21 17:34:24 +01:00
feat(ci): allow manual triggering of the test suite
When a skip ci label is added to the PR title, removing it won't trigger the CI. There needs to be a way to manually trigger it.
This commit is contained in:
parent
9519392809
commit
e0ea4e2de4
|
@ -6,6 +6,7 @@ on:
|
|||
branches:
|
||||
- 'forgejo*'
|
||||
- 'v*/forgejo*'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
backend-checks:
|
||||
|
|
Loading…
Reference in a new issue