Skip to content

Add xtwitter information #9

Add xtwitter information

Add xtwitter information #9

name: restrict_main_pr
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Echo branches
run: echo "PR request from ${{ github.base_ref }} to ${{ github.head_ref }}"
- name: Confirm develop is the source branch
if: ${{ github.head_ref != 'develop' }}
run: exit 1