Skip to content

Commit b24f975

Browse files
update github actions workflow to watch changes in src and dashboard
1 parent dd0bc5a commit b24f975

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/build-and-push.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,20 @@ on:
55
branches:
66
- main
77
- master
8+
paths:
9+
- 'dashboard/**'
10+
- 'src/**'
11+
- '.github/workflows/build-and-push.yml'
812
tags:
913
- 'v*.*.*'
1014
pull_request:
1115
branches:
1216
- main
1317
- master
18+
paths:
19+
- 'dashboard/**'
20+
- 'src/**'
21+
- '.github/workflows/build-and-push.yml'
1422
workflow_dispatch:
1523

1624
# Cancel in-progress runs on new commits to same branch

0 commit comments

Comments
 (0)