mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-27 12:36:14 +01:00
adding temp workflow to enable the deploy workflow on the rc branch (#1201)
This commit is contained in:
parent
7d01ad4e20
commit
0481bf07e2
18
.github/workflows/deploy.yml
vendored
Normal file
18
.github/workflows/deploy.yml
vendored
Normal 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"
|
Loading…
Reference in New Issue
Block a user