Skip to content

Commit

Permalink
ci: Restore push tag filters
Browse files Browse the repository at this point in the history
  • Loading branch information
drklee3 committed Feb 14, 2025
1 parent b04768b commit 70e0ea6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: Continuous Integration (Release)
on:
push:
# tags:
# - "v[0-9]+.[0-9]+.[0-9]+*"
tags:
- "v[0-9]+.[0-9]+.[0-9]+*"

jobs:
# run default ci checks against released version
# default-checks:
# uses: ./.github/workflows/ci-default.yml
default-checks:
uses: ./.github/workflows/ci-default.yml

# get the version tag that triggered this workflow
get-version-tag:
# prep version release only if all checks pass
# needs: default-checks
needs: default-checks
runs-on: ubuntu-latest
outputs:
git-tag: ${{ steps.git-tag.outputs.tag }}
Expand Down

0 comments on commit 70e0ea6

Please sign in to comment.