Skip to content

Commit

Permalink
Only test mix and ecs builds when those paths are modified
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Dec 13, 2022
1 parent 01e416f commit 329fac0
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@ name: Tests

on:
push:
paths-ignore:
- '**.md'
- '**.bat'
paths:
- '.github/workflows/tests.yml'
- 'ecs/**'
- 'mix/**'
pull_request:
paths-ignore:
- '**.md'
- '**.bat'
paths:
- '.github/workflows/tests.yml'
- 'ecs/**'
- 'mix/**'

jobs:
build:
Expand Down

0 comments on commit 329fac0

Please sign in to comment.