Skip to content

Bump typescript from 5.6.2 to 5.6.3 in /auth_callout #1171

Bump typescript from 5.6.2 to 5.6.3 in /auth_callout

Bump typescript from 5.6.2 to 5.6.3 in /auth_callout #1171

Workflow file for this run

name: "Check Branch"
on:
pull_request:
merge_group:
jobs:
check_branch:
runs-on: ubuntu-latest
steps:
- name: Check branch
if: github.base_ref == 'main' && github.head_ref != 'dev'
run: |
echo "ERROR: You can only merge to main from dev."
exit 1