mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
Only allow builds on branches (and not tags), as tags are built during the deployment
This commit is contained in:
parent
7736966dc1
commit
3f86381541
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build-cmake.yml
vendored
2
.github/workflows/build-cmake.yml
vendored
|
@ -2,6 +2,8 @@ name: Build
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '*'
|
||||
pull_request:
|
||||
workflow_call:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue