File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ formatting:
41
41
- earthly --ci +check-formatting
42
42
rules :
43
43
- if : $CI_MERGE_REQUEST_ID
44
- - if : $CI_COMMIT_BRANCH == "master"
44
+ - if : $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
45
45
46
46
47
47
linting :
@@ -50,7 +50,7 @@ linting:
50
50
- earthly --ci +linting
51
51
rules :
52
52
- if : $CI_MERGE_REQUEST_ID
53
- - if : $CI_COMMIT_BRANCH == "master"
53
+ - if : $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
54
54
55
55
56
56
compiling :
@@ -59,7 +59,7 @@ compiling:
59
59
- earthly --ci +compiling
60
60
rules :
61
61
- if : $CI_MERGE_REQUEST_ID
62
- - if : $CI_COMMIT_BRANCH == "master"
62
+ - if : $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
63
63
64
64
65
65
unit-testing :
@@ -68,4 +68,4 @@ unit-testing:
68
68
- earthly --ci +unit-testing
69
69
rules :
70
70
- if : $CI_MERGE_REQUEST_ID
71
- - if : $CI_COMMIT_BRANCH == "master"
71
+ - if : $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
You can’t perform that action at this time.
0 commit comments