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