Skip to content
Snippets Groups Projects
Commit 5bd42058 authored by Leo's avatar Leo
Browse files

fix(ci): only run deploy manually or tags on main branch

parent dbff3c9d
No related branches found
No related tags found
No related merge requests found
Pipeline #291436 passed
...@@ -25,3 +25,7 @@ deploy: ...@@ -25,3 +25,7 @@ deploy:
paths: paths:
- dist/ - dist/
policy: pull policy: pull
when: manual
only:
- main
- tags
\ No newline at end of file
...@@ -5,9 +5,7 @@ ...@@ -5,9 +5,7 @@
</component> </component>
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="2f47370d-26d1-4fc6-a93f-363c8b4c6e5a" name="Changes" comment=""> <list default="true" id="2f47370d-26d1-4fc6-a93f-363c8b4c6e5a" name="Changes" comment="">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/.gitlab-ci.yml" beforeDir="false" afterPath="$PROJECT_DIR$/.gitlab-ci.yml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/gpm/cli.py" beforeDir="false" afterPath="$PROJECT_DIR$/gpm/cli.py" afterDir="false" />
<change beforePath="$PROJECT_DIR$/pyproject.toml" beforeDir="false" afterPath="$PROJECT_DIR$/pyproject.toml" afterDir="false" />
</list> </list>
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_CONFLICTS" value="true" />
...@@ -85,7 +83,7 @@ ...@@ -85,7 +83,7 @@
<option name="presentableId" value="Default" /> <option name="presentableId" value="Default" />
<updated>1724140762915</updated> <updated>1724140762915</updated>
<workItem from="1724140765116" duration="10726000" /> <workItem from="1724140765116" duration="10726000" />
<workItem from="1724224393281" duration="7876000" /> <workItem from="1724224393281" duration="8004000" />
</task> </task>
<servers /> <servers />
</component> </component>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment