mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-20 19:51:27 +00:00
add playground workflow
This commit is contained in:
15
.github/workflows/tmp.yml
vendored
Normal file
15
.github/workflows/tmp.yml
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
name: Tmp Playground # committed on develop to make `workflow_dispatch` work. Will be removed, once PPA uploads work
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
#
|
||||
# Dummy
|
||||
#
|
||||
dummy:
|
||||
name: Basically noop
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
Reference in New Issue
Block a user