Skip to content

Commit

Permalink
Merge pull request #96 from interlay/ns/gitlab
Browse files Browse the repository at this point in the history
Chore: gitlab-ci.yml for external pull requetss
  • Loading branch information
gregdhill authored Apr 29, 2021
2 parents 7839329 + 9aac00b commit e576e96
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ image: "registry.gitlab.com/interlay/containers/rust-base:nightly-2021-03-15"
- master
- dev

workflow:
rules:
- if: $CI_COMMIT_TAG
- if: $CI_COMMIT_BRANCH

stages:
- test
- build
Expand Down Expand Up @@ -50,8 +55,6 @@ test-clients:
key: cargo
paths:
- .cargo
only:
- external_pull_requests

build-clients:
stage: build
Expand Down

0 comments on commit e576e96

Please sign in to comment.