Skip to content

Commit 8b5cfbb

Browse files
committed
BUG/MINOR: ci: add push rule to all jobs
1 parent 501a93d commit 8b5cfbb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ tidy:
3535
needs: []
3636
rules:
3737
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
38+
- if: $CI_PIPELINE_SOURCE == 'push'
3839
image:
3940
name: $CI_REGISTRY_GO/golang:1.19
4041
entrypoint: [""]
@@ -48,6 +49,7 @@ golangci_lint:
4849
needs: []
4950
rules:
5051
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
52+
- if: $CI_PIPELINE_SOURCE == 'push'
5153
image:
5254
name: $CI_REGISTRY_GO/lint:1.33
5355
entrypoint: [""]

0 commit comments

Comments
 (0)