diff options
| author | KunoiSayami <[email protected]> | 2021-10-25 20:34:03 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2021-10-25 20:34:03 +0800 |
| commit | 7b3d5df1a7018c3c1efe2d8ec097ec3e47b0d597 (patch) | |
| tree | 1732551728be008df26c77ea104968cba8f003c4 | |
| parent | d7e8e9d410dff367ec500e97a764c853de1148a5 (diff) | |
fix(ci): Fix ci yaml error
Signed-off-by: KunoiSayami <[email protected]>
| -rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 98b22d4..68dc467 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,10 +31,9 @@ build: push: stage: post - rules: - - if: '$CI_COMMIT_BRANCH == "master"' - only: + refs: + - master changes: - repo/**/* |
