Commit 43ec81fc authored by Ruben ten Hove's avatar Ruben ten Hove Committed by Federico Falconieri
Browse files

tests: python:build now runs also in MRs

parent 960aa75f
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -76,6 +76,12 @@ python:vulture:
python:build:
  before_script:
    - cd templates_tests/python
  rules:
    - if: $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH
    - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
  artifacts:
    paths:
      - templates_tests/python/dist

python:twine:
  before_script:
@@ -134,4 +140,4 @@ semantic-release:dry-run:
    - if: $CI_COMMIT_TAG
      when: never
    - if: $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH
  needs: []
    - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH