Skip to content

Commit

Permalink
build: Workflow tag filter was fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
malilex committed Jun 26, 2024
1 parent cdd4d22 commit 93bc669
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-all-tokens-release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: 'Publish all tokens release'

# Здесь используется не полный regex для даты, т.к. валидность даты - здесь пока не критично
on:
push:
tags:
# Здесь используется не полный regex для даты, т.к. валидность даты - здесь пока не критично
- "sdds-tokens-all-[0-9]{2}.[0-9]{2}.[0-9]{4}"
- "sdds-tokens-all-[0-9]+.[0-9]+.[0-9]+"

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
Expand Down

0 comments on commit 93bc669

Please sign in to comment.