Create desktop.yml (#448)
Created desktop.yml as currently main branch doesn't have it so I can't
run workflow of beta
- [x] ✅ Build configuration change
This commit is contained in:
parent
13dd051308
commit
23e0a73e61
1 changed files with 12 additions and 0 deletions
12
.github/workflows/desktop.yml
vendored
Normal file
12
.github/workflows/desktop.yml
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
name: desktop build
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build-linux:
|
||||
name: Linux
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
Loading…
Add table
Reference in a new issue