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
1 changed files with 2 additions and 0 deletions

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: {}