Skip to content

Commit

Permalink
ci: trigger CI workflow on PR (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtweeman authored Dec 29, 2024
1 parent 057cc73 commit 5eba766
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@ on:
push:
tags:
- "v*.*.*"
pull_request:
branches:
- master
workflow_dispatch:

jobs:
chart-package:
name: Chart package
uses: hajle-silesia/.github/.github/workflows/shared-chart-package.yaml@v2.3.3
uses: hajle-silesia/.github/.github/workflows/shared-chart-package.yaml@v2.4.1
with:
docker-hub-username: ${{ vars.DOCKER_HUB_USERNAME }}
docker-hub-namespace: ${{ vars.DOCKER_HUB_NAMESPACE }}
Expand All @@ -21,7 +24,7 @@ jobs:
needs:
- chart-package
name: App update
uses: hajle-silesia/.github/.github/workflows/shared-app-update.yaml@v2.3.3
uses: hajle-silesia/.github/.github/workflows/shared-app-update.yaml@v2.4.1
with:
docker-hub-namespace: ${{ needs.chart-package.outputs.docker-hub-namespace }}
chart-version: ${{ needs.chart-package.outputs.version }}
Expand Down

0 comments on commit 5eba766

Please sign in to comment.