1
0
Fork 0
mirror of synced 2024-06-28 11:00:55 +12:00

Attempt close

This commit is contained in:
Adria Navarro 2023-12-14 11:18:35 +01:00
parent f1190c47f8
commit c07914a0bf

View file

@ -13,8 +13,8 @@ on:
jobs:
release:
if: |
(contains(github.event.pull_request.labels.*.name, 'feature-branch') ||
contains(github.event.changes.labels.removed.*.name, 'feature-branch'))
contains(github.event.pull_request.labels.*.name, 'feature-branch') ||
github.event.label.name == 'feature-branch'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3