Skip to content

Commit 820f0f8

Browse files
author
n0str
committed
Add matrix to deploy stage
1 parent 9c6e98b commit 820f0f8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/push-helm.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
if: startsWith(github.ref, 'refs/tags/v')
2121
needs: lint
2222
runs-on: ubuntu-latest
23+
strategy:
24+
matrix: { dir: ['core', 'github', 'notify'] }
2325
steps:
2426
- name: Checkout
2527
uses: actions/checkout@v3

0 commit comments

Comments
 (0)