Skip to content

Commit 5fe2550

Browse files
committed
Only run workflow on dist change
1 parent 9661e7f commit 5fe2550

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
# Runs on pushes targeting the default branch
66
push:
77
branches: ["main"]
8+
paths:
9+
- web/dist/**
810

911
# Allows you to run this workflow manually from the Actions tab
1012
workflow_dispatch:

0 commit comments

Comments
 (0)