GitLab CI: remove negated globs

This commit is contained in:
Alex Gleason
2021-08-22 17:16:22 -05:00
parent 47f2795a47
commit f848f6ace3

View File

@ -61,9 +61,6 @@ build-production:
artifacts:
paths:
- static
only:
changes:
- "!docs/**/*"
docs-deploy:
stage: deploy
@ -103,5 +100,3 @@ pages:
only:
refs:
- develop
changes:
- "!docs/**/*"