Commit f12aef0d authored by Thomas Boni's avatar Thomas Boni
Browse files

Merge branch '8-migrate-from-only-except-to-rules' into 'latest'

Resolve "Migrate from `only/except` to `rules`"

Closes #8

See merge request go2scale/hub!34
parents b813f6f0 ab1b5267
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -39,5 +39,5 @@ pages:
  artifacts:
    paths:
    - public
  only:
    - latest
  rules:
    - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
 No newline at end of file