Skip to content

version bump 131400442371 #385

version bump 131400442371

version bump 131400442371 #385

Workflow file for this run

name: Deploy if not a version bump PR
on:
pull_request:
types:
- closed
jobs:
deploy:
runs-on: ubuntu-22.04
if: ${{ github.base_ref == 'main' && github.event.pull_request.merged == true && !contains(github.event.pull_request.labels.*.name, 'Version bump') }}
steps:
- uses: actions/checkout@v4
- run: gh workflow run deploy.yml
env:
GITHUB_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}