event name

This commit is contained in:
Borja García Rodríguez 2020-12-22 11:28:40 +01:00
parent de9706c450
commit db15e26128

View File

@ -16,7 +16,7 @@ on:
jobs:
PublishCharts:
runs-on: ubuntu-16.04
if: ne('${{ env.Build.Reason }}', 'PullRequest')
if: ne('${{ github.event_name }}', 'pull_request')
steps:
- uses: actions/checkout@v2
- run: Copy '${{ github.workspace }}/deploy/k8s/helm/' '${{ github.workspace }}/deploy/k8s/helm'