From 3ebd8439aead47428896ec34cae74036ea4c70c5 Mon Sep 17 00:00:00 2001 From: Lucas Date: Wed, 31 Jan 2024 11:26:52 -0300 Subject: [PATCH] test --- .github/workflows/buildandtest.yml | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/.github/workflows/buildandtest.yml b/.github/workflows/buildandtest.yml index f09d1e5c6..7ab544106 100644 --- a/.github/workflows/buildandtest.yml +++ b/.github/workflows/buildandtest.yml @@ -5,10 +5,25 @@ on: branches: - main - release/** - uses: ./.github/workflows/skip-ci.yml2 - pull_request: - uses: ./.github/workflows/skip-ci.yml2 - + paths-ignore: + - '.prettierignore' + - 'CHANGELOG.md' + - 'README.md' + - '.github/CODEOWNERS' + - '.github/pull_request_template.md' + - '.github/ISSUE_TEMPLATE/BUG_REPORT.md' + - '.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md' + - '.github/workflows/**.yml' #for testing + pull_request: + paths-ignore: + - '.prettierignore' + - 'CHANGELOG.md' + - 'README.md' + - '.github/CODEOWNERS' + - '.github/pull_request_template.md' + - '.github/ISSUE_TEMPLATE/BUG_REPORT.md' + - '.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md' + - '.github/workflows/**.yml' #for testing jobs: job_test: name: Test