1
0
mirror of https://github.com/bitwarden/browser synced 2025-01-11 18:07:12 +01:00

Add bit-cli directory to cli build workflow (#9491)

This commit is contained in:
Thomas Rittson 2024-06-06 09:06:27 +10:00 committed by GitHub
parent 37a07b9fd8
commit 474a5a8c22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,6 +13,7 @@ on:
- '!*.md'
- '!*.txt'
- '.github/workflows/build-cli.yml'
- 'bitwarden_license/bit-cli/**'
push:
branches:
- 'main'
@ -25,6 +26,7 @@ on:
- '!*.md'
- '!*.txt'
- '.github/workflows/build-cli.yml'
- 'bitwarden_license/bit-cli/**'
workflow_dispatch:
inputs: {}