mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 16:05:21 +01:00
Update build-ubuntu-deb.yml
This commit is contained in:
parent
670238dd5a
commit
34812938f7
1 changed files with 11 additions and 1 deletions
12
.github/workflows/build-ubuntu-deb.yml
vendored
12
.github/workflows/build-ubuntu-deb.yml
vendored
|
@ -1,4 +1,14 @@
|
||||||
name: Build on Linux
|
name: Build Ubuntu .deb
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ "qml" ]
|
||||||
|
pull_request:
|
||||||
|
branches: [ "qml" ]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build-linux:
|
||||||
|
name: Build on Linux
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue