Skip to content

Release v1.3.2

Release v1.3.2 #4

Workflow file for this run

name: Action CI
on:
pull_request:
branches:
- master
permissions:
contents: read
jobs:
fail:
permissions:
contents: none
name: "Targeting master"
runs-on: ubuntu-latest
steps:
- run: |
cat <<EOF
You are targeting master as your base branch.
The master branch should be used for releases and important fixes only.
Please rebase to the develop branch.
EOF
exit 1