1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-11-25 12:06:07 +01:00
bitwarden-desktop/.github/workflows/deploy.yml

20 lines
294 B
YAML
Raw Normal View History

2021-01-26 23:21:24 +01:00
name: Deploy
on:
release:
types:
- prereleased
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v2
- name: testing
2021-01-26 23:24:22 +01:00
run: |
echo ${{ github.ref }}
echo ${{ github.event.GITHUB_REF }}
2021-01-26 23:21:24 +01:00