1
0
Fork 0
mirror of synced 2024-10-01 09:38:55 +13:00

Do check labels

This commit is contained in:
Adria Navarro 2023-12-14 11:26:28 +01:00
parent c07914a0bf
commit 8542b8d87f

View file

@ -13,7 +13,7 @@ on:
jobs: jobs:
release: release:
if: | 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' github.event.label.name == 'feature-branch'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: