mirror of
https://github.com/0x5eal/luau-unzip.git
synced 2025-04-04 06:30:53 +01:00
chore(actions): only trigger CI for main
branch
Prevents double running of CI for secondary branches which are being PR'd into main. This also makes checks only run for branches if they're being PR'd as a consequence.
This commit is contained in:
parent
4ad9806ccc
commit
776ac470dd
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -2,6 +2,8 @@ name: CI
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths-ignore:
|
||||
- '**/*.md'
|
||||
- 'examples/**'
|
||||
|
|
Loading…
Add table
Reference in a new issue