mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-08-15 14:53:29 -07:00
fix: do not run preview pipeline on PR closing (revert 2d9da16b4b)
revert trigger pipeline on `pull_request_closed` event No need to do preview on closing a PR …
This commit is contained in:
parent
e5f59881ed
commit
888709e110
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
when:
|
||||
- event: [pull_request, pull_request_closed]
|
||||
- event: pull_request
|
||||
|
||||
steps:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Reference in a new issue