diff options
author | stuebinm | 2021-12-20 10:09:51 +0000 |
---|---|---|
committer | stuebinm | 2021-12-20 10:09:51 +0000 |
commit | 5c843aec6f9aafb37cf5d166e6ae74974e773daf (patch) | |
tree | a38ab82cbef24c5e53ee1bc7c7da239df0c986f4 /.gitlab-ci.yml | |
parent | ae49488e97c878c246431eba69b0f2869a6f78b6 (diff) |
Update .gitlab-ci.yml
Diffstat (limited to '.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 268570b..a74364b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,8 @@ stages: build-job: only: - refs: main + refs: + - main stage: build script: - stack build |