Do check labels
This commit is contained in:
parent
c07914a0bf
commit
8542b8d87f
|
@ -13,7 +13,7 @@ on:
|
|||
jobs:
|
||||
release:
|
||||
if: |
|
||||
contains(github.event.pull_request.labels.*.name, 'feature-branch') ||
|
||||
(github.event.action == 'closed' && contains(github.event.pull_request.labels.*.name, 'feature-branch')) ||
|
||||
github.event.label.name == 'feature-branch'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue