diff options
author | stuebinm | 2021-12-20 10:09:25 +0000 |
---|---|---|
committer | stuebinm | 2021-12-20 10:09:25 +0000 |
commit | ae49488e97c878c246431eba69b0f2869a6f78b6 (patch) | |
tree | 830e6ccfb5b76352eb2a063f8b45e28bc822ec45 | |
parent | 8b4dacb1844279dfbefa01af6d11e44e3067892c (diff) |
Update .gitlab-ci.yml
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 144ac73..268570b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,8 @@ stages: - build build-job: - only: main + only: + refs: main stage: build script: - stack build |