Skip to content

Commit df993f8

Browse files
committed
fix: include lock files in push trigger for e2e workflow
1 parent a1e5bd9 commit df993f8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
push:
88
paths:
99
- '.github/workflows/e2e.yml'
10+
- '.github/workflows/*lock.yml'
1011

1112
concurrency:
1213
group: ${{ github.workflow }}

0 commit comments

Comments
 (0)