Skip to content

Commit

Permalink
Run test checks when updating actions in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
miniscruff committed Feb 10, 2024
1 parent 76fdd65 commit 6c15322
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches: [ main ]
paths:
- '.github/workflows/**'
- 'docs/**'
- 'cmd/**'
- 'core/**'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches: [ main ]
paths:
- '.github/workflows/**'
- 'cmd/**'
- 'core/**'
- 'shared/**'
Expand All @@ -13,6 +14,7 @@ on:
pull_request:
branches: [ main ]
paths:
- '.github/workflows/**'
- 'cmd/**'
- 'core/**'
- 'shared/**'
Expand Down

0 comments on commit 6c15322

Please sign in to comment.