Skip to content

Commit

Permalink
Update Example Event Sender Paths
Browse files Browse the repository at this point in the history
  • Loading branch information
IntegerLimit authored Jan 4, 2024
1 parent 4526285 commit f7d88ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/exampleEventSender.yml.disabled
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ on:
- main
paths:
# Specify the path to 'assets' folder, suffixed by '/**/[eE][nN]_[uU][sS].lang', then another one, suffixed by '/**/[eE][nN]-[uU][sS].lang' (Can't use character group [-_])
- "**/[eE][nN]_[uU][sS].lang"
- "**/[eE][nN]-[uU][sS].lang"
- "example/assets/**/[eE][nN]_[uU][sS].lang"
- "example/assets/**/[eE][nN]-[uU][sS].lang"

jobs:
updateLang:
Expand Down

0 comments on commit f7d88ca

Please sign in to comment.