1
0
mirror of https://github.com/bitwarden/desktop synced 2025-12-25 12:43:29 +00:00
Files
desktop/.github/workflows/deploy.yml
2021-01-26 22:21:24 +00:00

18 lines
236 B
YAML

name: Deploy
on:
release:
types:
- prereleased
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v2
- name: testing
run: echo ${{ github.ref }}