GHA: Update path-ignore

This commit is contained in:
Serhii Snitsaruk 2024-02-14 21:25:20 +01:00
parent 8e2fdc4bc0
commit 69751260a6
1 changed files with 6 additions and 6 deletions

View File

@ -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: |