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

@ -6,7 +6,7 @@ on:
branches: [master] branches: [master]
paths-ignore: paths-ignore:
- "README.md" - "README.md"
- "LICENSE" - "LICENSE.md"
- "**/*.png" - "**/*.png"
- "demo/**" - "demo/**"
- "doc/**" - "doc/**"
@ -15,7 +15,7 @@ on:
branches: [master] branches: [master]
paths-ignore: paths-ignore:
- "README.md" - "README.md"
- "LICENSE" - "LICENSE.md"
- "**/*.png" - "**/*.png"
- "demo/**" - "demo/**"
- "doc/**" - "doc/**"
@ -77,8 +77,8 @@ jobs:
- name: Set up Python 3.x - name: Set up Python 3.x
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: '3.x' python-version: "3.x"
architecture: 'x64' architecture: "x64"
- name: Set up scons - name: Set up scons
run: | run: |