Skip to content

Commit

Permalink
CI: don't run build test if Lua Definition File changed
Browse files Browse the repository at this point in the history
until we test definition against PopTracker at some point maybe?
  • Loading branch information
black-sliver committed Feb 10, 2024
1 parent 44d56c9 commit 5043584
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- '!**.md'
- '!doc/**'
- '!schema/**'
- '!api/lua/definition/**'
- '!.github/workflows/**'
- '.github/workflows/test.yaml'
pull_request:
Expand All @@ -19,6 +20,7 @@ on:
- '!**.md'
- '!doc/**'
- '!schema/**'
- '!api/lua/definition/**'
- '!.github/workflows/**'
- '.github/workflows/test.yaml'

Expand Down

0 comments on commit 5043584

Please sign in to comment.