Skip to content

Commit

Permalink
dont run test_code on updates to issue templates or docs action yml
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardchalstrey1 committed Nov 25, 2024
1 parent 03b3b2f commit 0b828c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@ on:
branches: [dev]
paths-ignore:
- 'docs/**'
- '.github/workflows/docs.yml'
- '.github/ISSUE_TEMPLATE/**'
pull_request:
branches: [dev]
paths-ignore:
- 'docs/**'
- '.github/workflows/docs.yml'
- '.github/ISSUE_TEMPLATE/**'

jobs:
test_core:
Expand Down

0 comments on commit 0b828c2

Please sign in to comment.