Skip to content

build(deps): bump softprops/action-gh-release from 2.6.1 to 3.0.0 #33

build(deps): bump softprops/action-gh-release from 2.6.1 to 3.0.0

build(deps): bump softprops/action-gh-release from 2.6.1 to 3.0.0 #33

Workflow file for this run

name: Check that the PR is targetting trunk
on: [ pull_request ]
jobs:
pr_branch_check:
name: Check that the PR is targetting trunk
runs-on: ubuntu-latest
steps:
- name: Check that the PR is targetting trunk
if: ${{ github.base_ref != 'trunk' }}
run: |
set -e
echo "The PR is not targetting the trunk branch, please fix that."
false