Skip to content

Commit

Permalink
fix(ci): branch filter
Browse files Browse the repository at this point in the history
  • Loading branch information
cwrau committed Dec 17, 2024
1 parent 47b130c commit 7f95362
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release-update-metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,17 @@ concurrency:

on:
pull_request:
types:
- opened
- synchronize
branches:
- release-please--branches--main--components-*
- main

jobs:
getChangedChart:
if: startsWith(github.head_ref, 'release-please--branches--main--components--')
uses: ./.github/workflows/get-changed-chart.yaml
with:
pr_number: ${{ github.event.pull_request.number }}
update-metadata-files:
if: startsWith(github.head_ref, 'release-please--branches--main--components--')
runs-on: ubuntu-latest
needs: getChangedChart
name: update metadata file for release
Expand Down

0 comments on commit 7f95362

Please sign in to comment.