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
10
.github/workflows/build-ubuntu-deb.yml
vendored
10
.github/workflows/build-ubuntu-deb.yml
vendored
|
@ -1,3 +1,13 @@
|
|||
name: Build Ubuntu .deb
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "qml" ]
|
||||
pull_request:
|
||||
branches: [ "qml" ]
|
||||
|
||||
jobs:
|
||||
build-linux:
|
||||
name: Build on Linux
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue