ci: update workflow rules
This commit is contained in:
parent
226c990385
commit
2923ea86de
1 changed files with 5 additions and 0 deletions
|
@ -12,6 +12,11 @@ workflow:
|
|||
when: always
|
||||
- if: $CI_MERGE_REQUEST_PROJECT_PATH == 'firefish/firefish'
|
||||
when: always
|
||||
- if: $CI_PROJECT_PATH != 'firefish/firefish'
|
||||
changes:
|
||||
paths:
|
||||
- .gitlab-ci.yml
|
||||
when: never
|
||||
- when: never
|
||||
|
||||
cache:
|
||||
|
|
Loading…
Reference in a new issue