File tree 1 file changed +24
-0
lines changed
1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,12 @@ workspace:
10
10
base : /go
11
11
path : src/code.gitea.io/gitea
12
12
13
+ trigger :
14
+ event :
15
+ - push
16
+ - tag
17
+ - pull_request
18
+
13
19
steps :
14
20
- name : deps-frontend
15
21
pull : always
@@ -131,6 +137,12 @@ platform:
131
137
depends_on :
132
138
- compliance
133
139
140
+ trigger :
141
+ event :
142
+ - push
143
+ - tag
144
+ - pull_request
145
+
134
146
workspace :
135
147
base : /go
136
148
path : src/code.gitea.io/gitea
@@ -306,6 +318,12 @@ platform:
306
318
depends_on :
307
319
- compliance
308
320
321
+ trigger :
322
+ event :
323
+ - push
324
+ - tag
325
+ - pull_request
326
+
309
327
workspace :
310
328
base : /go
311
329
path : src/code.gitea.io/gitea
@@ -662,6 +680,12 @@ platform:
662
680
depends_on :
663
681
- compliance
664
682
683
+ trigger :
684
+ event :
685
+ - push
686
+ - tag
687
+ - pull_request
688
+
665
689
steps :
666
690
- name : build-docs
667
691
pull : always
You can’t perform that action at this time.
0 commit comments