Skip to content
Snippets Groups Projects
Commit 45cc4930 authored by Yaroslav Lobankov's avatar Yaroslav Lobankov Committed by Yaroslav Lobankov
Browse files

ci: not to push sources on `*-entrypoint` tag

Sources should be pushed to the repo on a release tag only,
an `*-entrypoint` tag is an auxiliary one.

NO_DOC=ci
NO_TEST=ci
NO_CHANGELOG=ci
parent bf275ed5
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,8 @@ name: source
on:
push:
tags:
- '**'
tags-ignore:
- '**-entrypoint'
workflow_dispatch:
env:
......
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