Skip to content
Snippets Groups Projects
Commit e3b03cf6 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

compare changes to main

parent 9717a263
Branches icon-renewal
No related tags found
1 merge request!11Draft: Pipeline improvements
Pipeline #22898 passed
......@@ -70,17 +70,23 @@ stages:
command: [ "--sql_mode=","--character-set-client=utf8","--character-set-server=utf8","--collation-server=utf8_unicode_ci"]
php-changed:
- changes:
- "**/*.php"
- composer.lock
paths:
- "**/*.php"
- composer.lock
compare_to: 'refs/heads/main'
css-changed:
- changes:
- "resources/assets/stylesheets/**/*"
- package-lock.json
paths:
- "resources/assets/stylesheets/**/*"
- package-lock.json
compare_to: 'refs/heads/main'
js-changed:
- changes:
- "resources/assets/javascripts/**/*"
- "resources/vue/**/*"
- package-lock.json
paths:
- "resources/assets/javascripts/**/*"
- "resources/vue/**/*"
- package-lock.json
compare_to: 'refs/heads/main'
build-composer:
stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment