File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -322,9 +322,10 @@ workspace:
322
322
path : src/code.gitea.io/gitea
323
323
324
324
when :
325
+ branch :
326
+ - master
325
327
event :
326
- exclude :
327
- - pull_request
328
+ - push
328
329
329
330
steps :
330
331
- name : download
@@ -386,9 +387,10 @@ workspace:
386
387
path : src/code.gitea.io/gitea
387
388
388
389
when :
390
+ branch :
391
+ - master
389
392
event :
390
- exclude :
391
- - pull_request
393
+ - push
392
394
393
395
depends_on :
394
396
- testing
@@ -533,9 +535,10 @@ workspace:
533
535
path : src/code.gitea.io/gitea
534
536
535
537
when :
538
+ branch :
539
+ - master
536
540
event :
537
- exclude :
538
- - pull_request
541
+ - push
539
542
540
543
steps :
541
544
- name : build-docs
@@ -569,11 +572,6 @@ workspace:
569
572
base : /go
570
573
path : src/code.gitea.io/gitea
571
574
572
- when :
573
- event :
574
- exclude :
575
- - pull_request
576
-
577
575
steps :
578
576
- name : fetch-tags
579
577
pull : default
@@ -628,6 +626,8 @@ steps:
628
626
depends_on :
629
627
- dryrun
630
628
when :
629
+ branch :
630
+ - master
631
631
event :
632
632
- push
633
633
- tag
@@ -651,9 +651,9 @@ when:
651
651
652
652
depends_on :
653
653
- testing
654
- - docker
655
654
- translations
656
655
- release
656
+ - docker
657
657
- docs
658
658
659
659
steps :
You can’t perform that action at this time.
0 commit comments