mirror of
https://github.com/arabine/open-story-teller.git
synced 2025-12-06 17:09:06 +01:00
Update build.yml
This commit is contained in:
parent
3e857fad86
commit
b4863b9ce4
1 changed files with 4 additions and 2 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -1,8 +1,10 @@
|
|||
name: continous_build
|
||||
name: BuildAndPackage
|
||||
|
||||
on:
|
||||
workflow_dispatch: {}
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches:
|
||||
- main
|
||||
env:
|
||||
QT_VERSION: 6.5.1
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue