Skip to content

Commit ba8a7d0

Browse files
committed
ci: Adjust actions scripts masks in push.yml
1 parent be0fbda commit ba8a7d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
paths:
66
- '.github/actions/smoke.sh'
7+
- '.github/actions/integration/**'
78
- '.github/workflows/push.yml'
89
- '.github/workflows/master.yml'
910
- 'packages/**'
@@ -23,6 +24,8 @@ on:
2324
- 'master'
2425
pull_request:
2526
paths:
27+
- '.github/actions/smoke.sh'
28+
- '.github/actions/integration/**'
2629
- '.github/workflows/push.yml'
2730
- '.github/workflows/master.yml'
2831
- 'packages/**'

0 commit comments

Comments
 (0)