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:
16
.github/workflows/build-web-ee.yml
vendored
Normal file
16
.github/workflows/build-web-ee.yml
vendored
Normal 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'
|
||||
Reference in New Issue
Block a user