diff options
author | stuebinm | 2021-12-20 10:08:37 +0000 |
---|---|---|
committer | stuebinm | 2021-12-20 10:08:37 +0000 |
commit | 8b4dacb1844279dfbefa01af6d11e44e3067892c (patch) | |
tree | 08974b9c912bfd9a8cbc8bd074bdc6f975a85857 /.gitlab-ci.yml | |
parent | 07bb1db91b6d775244190541f8bfd53835c404a6 (diff) |
run pipeline only on main
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 79b5e36..144ac73 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,7 @@ stages: - build build-job: + only: main stage: build script: - stack build |