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

Add label for deployments

This commit is contained in:
Adria Navarro 2023-12-14 10:48:57 +01:00
parent 51acf6aadc
commit 46abfdd1ea

View file

@ -7,7 +7,10 @@ on:
jobs:
release:
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == 'Budibase/budibase'
if: |
github.event_name != 'pull_request' ||
github.event.pull_request.head.repo.full_name == 'Budibase/budibase'||
contains(github.event.issue.labels.*.name, 'feature-branch')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3