mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-26 12:25:20 +01:00
Add stub for ephemeral env web build workflow (#3593)
This commit is contained in:
parent
ae08530276
commit
32c91deb36
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'
|
Loading…
Reference in New Issue
Block a user