From 69751260a662a552630e01712cb0b68726f30fb0 Mon Sep 17 00:00:00 2001 From: Serhii Snitsaruk Date: Wed, 14 Feb 2024 21:25:20 +0100 Subject: [PATCH] GHA: Update path-ignore --- .github/workflows/test_builds.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test_builds.yml b/.github/workflows/test_builds.yml index 0779628..e494d65 100644 --- a/.github/workflows/test_builds.yml +++ b/.github/workflows/test_builds.yml @@ -3,19 +3,19 @@ on: workflow_dispatch: push: - branches: [ master ] + branches: [master] paths-ignore: - "README.md" - - "LICENSE" + - "LICENSE.md" - "**/*.png" - "demo/**" - "doc/**" pull_request: - branches: [ master ] + branches: [master] paths-ignore: - "README.md" - - "LICENSE" + - "LICENSE.md" - "**/*.png" - "demo/**" - "doc/**" @@ -77,8 +77,8 @@ jobs: - name: Set up Python 3.x uses: actions/setup-python@v4 with: - python-version: '3.x' - architecture: 'x64' + python-version: "3.x" + architecture: "x64" - name: Set up scons run: |