From 0f1613be8536a17bf7bf47b83e294c841d36333f Mon Sep 17 00:00:00 2001 From: luau-project Date: Tue, 22 Jul 2025 20:56:27 -0300 Subject: fix(ci): GitHub Actions yaml lint issues --- .github/workflows/test.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to '.github') diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 33c89609..fcc223b9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,17 +2,18 @@ name: test on: push: - branches: main + branches: + - main paths-ignore: - "docs" - "**/*.md" pull_request: - branches: '*' + branches: + - '*' paths-ignore: - "docs" - "**/*.md" workflow_dispatch: - branches: '*' jobs: ############################################################################## -- cgit v1.2.3-55-g6feb