Browse Source

Update trigger paths

DEVOPS-723-fix-web-and-cli-migrated-pipelines
Micaiah Martin 4 years ago
parent
commit
2403955096
  1. 2
      .github/workflows/build-cli.yml
  2. 2
      .github/workflows/build-web.yml

2
.github/workflows/build-cli.yml

@ -6,7 +6,7 @@ on: @@ -6,7 +6,7 @@ on:
branches-ignore:
- 'l10n_master'
paths:
- 'apps/cli'
- 'apps/cli/**'
workflow_dispatch: {}
defaults:

2
.github/workflows/build-web.yml

@ -7,7 +7,7 @@ on: @@ -7,7 +7,7 @@ on:
- 'l10n_master'
- 'gh-pages'
paths:
- 'apps/web'
- 'apps/web/**'
workflow_dispatch:
inputs:
custom_tag_extension:

Loading…
Cancel
Save