mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-04-23 11:06:56 -04:00
15 lines
268 B
YAML
15 lines
268 B
YAML
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 |