1
0
Fork 0
mirror of synced 2024-09-08 21:51:58 +12:00
budibase/.github/workflows/deploy-featurebranch.yml
Jonny McCullagh 826255dfe2 trigger a feature branch on pull request (#11584)
trigger a feature branch on pull request
2023-08-24 13:52:17 +01:00

19 lines
445 B
YAML

name: deploy-featurebranch
on:
pull_request:
branches:
- develop
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: passeidireto/trigger-external-workflow-action@main
env:
BRANCH: ${{ github.head_ref }}
with:
repository: budibase/budibase-deploys
event: featurebranch-qa-deploy
github_pat: ${{ secrets.GH_ACCESS_TOKEN }}