ci: no need to run these jobs on merge requests
This commit is contained in:
parent
41b707c810
commit
8c0d217b94
1 changed files with 2 additions and 0 deletions
|
@ -75,6 +75,8 @@ update:
|
||||||
only:
|
only:
|
||||||
refs:
|
refs:
|
||||||
- main
|
- main
|
||||||
|
except:
|
||||||
|
- merge_requests
|
||||||
|
|
||||||
build:
|
build:
|
||||||
<<: *builder
|
<<: *builder
|
||||||
|
|
Loading…
Reference in a new issue