1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 05:43:41 +00:00

Add stub for ephemeral env web build workflow (#3593)

This commit is contained in:
Michał Chęciński
2022-09-22 18:01:34 +02:00
committed by GitHub
parent ae08530276
commit 32c91deb36

16
.github/workflows/build-web-ee.yml vendored Normal file
View File

@@ -0,0 +1,16 @@
---
name: Build Web for EE
on:
workflow_dispatch:
jobs:
stub:
name: stub
runs-on: ubuntu-20.04
steps:
- name: Checkout repo
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
- name: Stub
run: print 'This is only a stub'