mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-19 01:45:55 +08:00
ENH: action: trigger build on push
Change-Id: I9923c7e5fe3b925c2415891787f1aeaa3be4c39b
This commit is contained in:
parent
7e49d448b1
commit
e32314ad36
5
.github/workflows/build_ubuntu.yml
vendored
5
.github/workflows/build_ubuntu.yml
vendored
@ -1,6 +1,9 @@
|
||||
name: Build Linux
|
||||
|
||||
on: [pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- v1.8.2
|
||||
|
||||
jobs:
|
||||
appimage-builder:
|
||||
|
Loading…
x
Reference in New Issue
Block a user