Skip to content

Commit

Permalink
ci: Adjust actions scripts masks in push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcheshkov committed Feb 20, 2025
1 parent a79e715 commit 1755e4c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
paths:
- '.github/actions/smoke.sh'
- '.github/actions/integration/**'
- '.github/workflows/push.yml'
- '.github/workflows/master.yml'
- 'packages/**'
Expand All @@ -23,6 +24,8 @@ on:
- 'master'
pull_request:
paths:
- '.github/actions/smoke.sh'
- '.github/actions/integration/**'
- '.github/workflows/push.yml'
- '.github/workflows/master.yml'
- 'packages/**'
Expand Down

0 comments on commit 1755e4c

Please sign in to comment.