only:Check branch name

This commit is contained in:
rusefillc 2024-05-31 05:08:59 -04:00
parent 0fbe621b5b
commit fe1655f01b
1 changed files with 5 additions and 0 deletions

View File

@ -77,6 +77,11 @@ inputs:
runs:
using: "composite"
steps:
- name: Check branch name
shell: bash
if: ${{ contains(github.ref_name, '.') }}
run: echo '::error::Branch names must not contain ".", this breaks firmware autoupdates.' && exit 1
- name: Mask Secrets
shell: bash
run: |