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
|
- labeled
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
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
|
runs-on: ubuntu-latest
|
||||||
name: Deploy
|
name: Deploy
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue