Skip to content

Commit

Permalink
fix main workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kyfelipe committed Jul 31, 2020
1 parent fda8e75 commit 4e5819d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
chart:
name: Release Chart
runs-on: ubuntu-latest
needs:
- changes
if: ${{ needs.changes.outputs.charts == 'true' }}
steps:
- name: Checkout master
uses: actions/checkout@v2
Expand Down

0 comments on commit 4e5819d

Please sign in to comment.