Do not run auto-test for markdown-only commits. Update versions

This commit is contained in:
Adam Stachowicz
2023-02-03 07:10:10 +01:00
parent ec78d2a39b
commit e0f0178644
3 changed files with 10 additions and 6 deletions

View File

@@ -6,8 +6,12 @@ name: Auto Test
on:
push:
branches: [ master ]
paths-ignore:
- '*.md'
pull_request:
branches: [ master ]
paths-ignore:
- '*.md'
jobs:
auto-test:
@@ -36,6 +40,7 @@ jobs:
env:
HEADLESS_TEST: 1
JUST_FOR_TEST: ${{ secrets.JUST_FOR_TEST }}
check-linters:
runs-on: ubuntu-latest