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:24:22 +00:00

20 lines
294 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 }}
echo ${{ github.event.GITHUB_REF }}