File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,12 @@ workspace:
1010 base : /go
1111 path : src/code.gitea.io/gitea
1212
13+ trigger :
14+ event :
15+ - push
16+ - tag
17+ - pull_request
18+
1319steps :
1420 - name : deps-frontend
1521 pull : always
@@ -131,6 +137,12 @@ platform:
131137depends_on :
132138 - compliance
133139
140+ trigger :
141+ event :
142+ - push
143+ - tag
144+ - pull_request
145+
134146workspace :
135147 base : /go
136148 path : src/code.gitea.io/gitea
@@ -306,6 +318,12 @@ platform:
306318depends_on :
307319 - compliance
308320
321+ trigger :
322+ event :
323+ - push
324+ - tag
325+ - pull_request
326+
309327workspace :
310328 base : /go
311329 path : src/code.gitea.io/gitea
@@ -662,6 +680,12 @@ platform:
662680depends_on :
663681 - compliance
664682
683+ trigger :
684+ event :
685+ - push
686+ - tag
687+ - pull_request
688+
665689steps :
666690 - name : build-docs
667691 pull : always
You can’t perform that action at this time.
0 commit comments