Chore: remove invalid branches-ignores

This commit is contained in:
shamoon 2025-05-24 10:51:52 -07:00
parent 4f8a931a61
commit 28a1b9d1ac
No known key found for this signature in database

View File

@ -6,11 +6,7 @@ on:
- 'v[0-9]+.[0-9]+.[0-9]+' - 'v[0-9]+.[0-9]+.[0-9]+'
# https://semver.org/#spec-item-9 # https://semver.org/#spec-item-9
- 'v[0-9]+.[0-9]+.[0-9]+-beta.rc[0-9]+' - 'v[0-9]+.[0-9]+.[0-9]+-beta.rc[0-9]+'
branches-ignore:
- 'translations**'
pull_request: pull_request:
branches-ignore:
- 'translations**'
env: env:
DEFAULT_UV_VERSION: "0.6.x" DEFAULT_UV_VERSION: "0.6.x"
# This is the default version of Python to use in most steps which aren't specific # This is the default version of Python to use in most steps which aren't specific