diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5e75c7f..d1b9c97 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,7 +13,7 @@ on: - labeled jobs: deploy: - if: "github.event.name == 'push' || contains(github.event.pull_request.labels.*.name, 'Deploy')" + if: "github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'Deploy')" runs-on: ubuntu-latest name: Deploy steps: