更新 .gitea/workflows/demo.yaml
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 21s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 21s
Details
修改说明# 当pull request被合并或关闭时触发。这包括两种情况:一是pull request被合并(merged),二是pull request被直接关闭(closed)
This commit is contained in:
parent
77efce977d
commit
866a7c099c
|
|
@ -3,7 +3,7 @@ run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
|||
on:
|
||||
pull_request:
|
||||
branches: ["main"]
|
||||
types: [closed] # 当pull request被合并或关闭时触发。这包括两种情况:一是pull request被合并(merged),二是pull request被直接关闭(closed)
|
||||
types: [closed]
|
||||
push:
|
||||
branches: [ "main","releases/**" ]
|
||||
# paths:
|
||||
|
|
|
|||
Loading…
Reference in New Issue