mirror of
https://github.com/overte-org/overte.git
synced 2025-07-17 18:57:00 +02:00
Merge pull request #881 from ctrlaltdavid/fix/gha-master-target
Fix GHA master build target branch
This commit is contained in:
commit
78214b15d9
1 changed files with 1 additions and 2 deletions
3
.github/workflows/master_build.yml
vendored
3
.github/workflows/master_build.yml
vendored
|
@ -3,8 +3,7 @@ name: Master CI Build
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- gha-master-ci
|
- master
|
||||||
# FIXME: Change target branch to "master" before merging into "master" branch.
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
APP_NAME: interface
|
APP_NAME: interface
|
||||||
|
|
Loading…
Reference in a new issue