mirror of
https://github.com/bitwarden/browser
synced 2026-01-04 17:43:39 +00:00
Add root config files to trigger build workflows (#2875)
* Add root js config files to trigger build workflows * Update to match all files in root except md and txt ones
This commit is contained in:
8
.github/workflows/build-web.yml
vendored
8
.github/workflows/build-web.yml
vendored
@@ -9,6 +9,9 @@ on:
|
||||
paths:
|
||||
- 'apps/web/**'
|
||||
- 'libs/**'
|
||||
- '*'
|
||||
- '!*.md'
|
||||
- '!*.txt'
|
||||
- '.github/workflows/build-web.yml'
|
||||
push:
|
||||
branches:
|
||||
@@ -18,6 +21,9 @@ on:
|
||||
paths:
|
||||
- 'apps/web/**'
|
||||
- 'libs/**'
|
||||
- '*'
|
||||
- '!*.md'
|
||||
- '!*.txt'
|
||||
- '.github/workflows/build-web.yml'
|
||||
workflow_dispatch:
|
||||
inputs: {}
|
||||
@@ -394,7 +400,7 @@ jobs:
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
CROWDIN_API_TOKEN: ${{ steps.retrieve-secrets.outputs.crowdin-api-token }}
|
||||
CROWDIN_PROJECT_ID: "308189"
|
||||
CROWDIN_PROJECT_ID: "308189"
|
||||
with:
|
||||
config: apps/web/crowdin.yml
|
||||
crowdin_branch_name: master
|
||||
|
||||
Reference in New Issue
Block a user