1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-14 02:08:50 +02:00

adding temp workflow to enable the deploy workflow on the rc branch (#1201)

This commit is contained in:
Joseph Flinn 2021-09-21 18:58:22 -07:00 committed by GitHub
parent 7d01ad4e20
commit 0481bf07e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

18
.github/workflows/deploy.yml vendored Normal file
View File

@ -0,0 +1,18 @@
---
name: Deploy
on:
workflow_dispatch:
inputs: {}
jobs:
temp:
name: Temp Workflow
runs-on: ubuntu-20.04
steps:
- name: Checkout repo
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # 2.3.4
- name: Temp workflow
run: |
echo "Temp Workflow to get the rc version back"