1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-19 02:51:14 +02:00
bitwarden-browser/.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 }}