mirror of
https://github.com/arabine/open-story-teller.git
synced 2025-12-07 01:15:14 +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:
|
on:
|
||||||
|
workflow_dispatch: {}
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches:
|
||||||
|
- main
|
||||||
env:
|
env:
|
||||||
QT_VERSION: 6.5.1
|
QT_VERSION: 6.5.1
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue