Skip to content

Commit

Permalink
fix: use correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
hougesen committed Dec 29, 2023
1 parent 264f58a commit 71932c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-lua.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: validate-lua

on:
push:
- lua/**
- 'lua/**'

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down

0 comments on commit 71932c0

Please sign in to comment.