Skip to content
Snippets Groups Projects
Unverified Commit 594f35c8 authored by Yaroslav Lobankov's avatar 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

(cherry picked from commit 45cc4930)
parent 0ee7cd66
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