Skip to content

luci-mod-status: channel_analysis: fix 802.11be local interface channel width #2225

luci-mod-status: channel_analysis: fix 802.11be local interface channel width

luci-mod-status: channel_analysis: fix 802.11be local interface channel width #2225

name: Check PR source branch
on:
pull_request_target:
types: [opened, synchronize]
jobs:
check-source-branch-is-not-main-or-master:
runs-on: ubuntu-latest
if: contains(fromJSON('["main", "master"]'), github.head_ref)
# or github.event.pull_request.head.ref
steps:
- run: |
echo "Error: Pull requests should not be from your 'main' or 'master' branch. :("
exit 1