CI: Ignore more files, use checkout v3

This commit is contained in:
Margen67 2022-03-07 14:53:58 -08:00 committed by Gliniak
parent 6c68ddae92
commit f81d574830
1 changed files with 29 additions and 3 deletions

View File

@ -4,21 +4,47 @@ on:
push:
branches-ignore: [gh-pages, master]
paths-ignore:
- '.clang-format'
- '.drone.star'
- '.gitattributes'
- '.gitignore'
- '.gdbinit'
- '.github/*'
- '.github/*_TEMPLATE/**'
- '*.md'
- '*.yml'
- 'docs/**'
- 'src/**/*_posix.*'
- 'src/**/*_linux.*'
- 'src/**/*_gnulinux.*'
- 'src/**/*_x11.*'
- 'src/**/*_gtk.*'
- 'src/**/*_android.*'
- 'src/**/*_mac.*'
- 'LICENSE'
- 'README.md'
pull_request:
branches-ignore: [gh-pages, master]
paths-ignore:
- '.clang-format'
- '.drone.star'
- '.gitattributes'
- '.gitignore'
- '.gdbinit'
- '.github/*'
- '.github/*_TEMPLATE/**'
- '*.md'
- '*.yml'
- 'docs/**'
- 'src/**/*_posix.*'
- 'src/**/*_linux.*'
- 'src/**/*_gnulinux.*'
- 'src/**/*_x11.*'
- 'src/**/*_gtk.*'
- 'src/**/*_android.*'
- 'src/**/*_mac.*'
- 'LICENSE'
- 'README.md'
workflow_dispatch:
jobs:
@ -36,7 +62,7 @@ jobs:
- runs-on: windows-latest
vsver: VS2022
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup