mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-14 22:59:29 +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
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ on:
|
|||
branches:
|
||||
- 'forgejo*'
|
||||
- 'v*/forgejo*'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
backend-checks:
|
||||
|
|
Loading…
Reference in a new issue