Skip to content

Commit f3d538c

Browse files
Merge pull request #1522 from astronomer/changeregex
Update Chart Publishing Workflow for Astro Branch Pattern
2 parents 4508051 + 5c7a8fe commit f3d538c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-chart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
name: Publish Chart
2121
on:
2222
push:
23-
branches: ['helm-chart/v[0-9]+-[0-9]+-[0-9]']
23+
branches: ['helm-chart/v[0-9]+-[0-9]+-[0-9]+-astro']
2424
jobs:
2525
publish-chart:
2626
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)