GitLab CI: remove negated globs

This commit is contained in:
Alex Gleason 2021-08-22 17:16:22 -05:00
parent 47f2795a47
commit f848f6ace3
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

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/**/*"