Use .event_name...
This commit is contained in:
parent
9f27aa1c83
commit
2f7e4b049e
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue