Update xahau-sh-build-in-docker.yml

This commit is contained in:
Denis Angell
2025-03-28 10:35:21 +01:00
parent 689740d818
commit 864734f607

View File

@@ -4,8 +4,7 @@ on:
push:
branches: ["dev", "candidate", "release"]
pull_request:
# Don't build on feature branches that are targeting dev
branches: ["candidate", "release"]
branches: ["dev", "candidate", "release"]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}