mirror of
https://github.com/0x5eal/luau-unzip.git
synced 2025-04-04 06:30:53 +01:00
chore(actions): only run CI for real source code
This commit is contained in:
parent
005a92272c
commit
52f5a1e3c2
1 changed files with 5 additions and 0 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -2,6 +2,11 @@ name: CI
|
|||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- '**/*'
|
||||
paths-ignore:
|
||||
- '**/*.md'
|
||||
- 'examples/**'
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue