Skip to content
Snippets Groups Projects
Commit 727fe961 authored by Niklas Schrötler's avatar Niklas Schrötler
Browse files

CI: Now only executing on main branch

parent ef3f05d4
Branches
No related tags found
No related merge requests found
Pipeline #193154 passed
......@@ -11,6 +11,8 @@ pages:
- cp -R ./assets ./public/assets
- npm i
- npx tailwindcss -i ./index.pre.css -o ./public/index.css
rules:
- if: $CI_COMMIT_BRANCH == "main"
artifacts:
paths:
- public/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment