Skip to content

Commit

Permalink
ci(test): run only when action.yml or workflow gets updated
Browse files Browse the repository at this point in the history
  • Loading branch information
vedantmgoyal9 authored Nov 22, 2024
1 parent fffa84c commit 8b546e4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@ name: Test
on:
push:
branches: [main]
paths:
- .github/workflows/test.yml
- action.yml
pull_request:
branches: [main]
paths:
- .github/workflows/test.yml
- action.yml
schedule:
- cron: '30 05 * * 0'
jobs:
Expand Down

0 comments on commit 8b546e4

Please sign in to comment.