Skip to content

Commit 0047f7a

Browse files
authored
Merge 34a458f into 4fba503
2 parents 4fba503 + 34a458f commit 0047f7a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/acceptance_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
- 'test_pack_dock.yml'
1414
- 'triage.yml'
1515
- 'end_to_end.yml'
16+
- 'web/**'
1617
concurrency:
1718
group: ${{ github.head_ref }}
1819
cancel-in-progress: true

.github/workflows/end_to_end.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
- 'test_pack_dock.yml'
1515
- 'triage.yml'
1616
- 'acceptance_test.yml'
17+
- 'web/**'
1718
pull_request:
1819
branches: [ master ]
1920
paths-ignore:
@@ -27,6 +28,7 @@ on:
2728
- 'test_pack_dock.yml'
2829
- 'triage.yml'
2930
- 'acceptance_test.yml'
31+
- 'web/**'
3032
jobs:
3133
validate_gradle_wrapper:
3234
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)