CI: Ignore more files, use checkout v3
This commit is contained in:
parent
6c68ddae92
commit
f81d574830
|
@ -4,21 +4,47 @@ on:
|
||||||
push:
|
push:
|
||||||
branches-ignore: [gh-pages, master]
|
branches-ignore: [gh-pages, master]
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
|
- '.clang-format'
|
||||||
|
- '.drone.star'
|
||||||
|
- '.gitattributes'
|
||||||
|
- '.gitignore'
|
||||||
|
- '.gdbinit'
|
||||||
- '.github/*'
|
- '.github/*'
|
||||||
- '.github/*_TEMPLATE/**'
|
- '.github/*_TEMPLATE/**'
|
||||||
- '*.md'
|
- '*.md'
|
||||||
- '*.yml'
|
- '*.yml'
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
|
- 'src/**/*_posix.*'
|
||||||
|
- 'src/**/*_linux.*'
|
||||||
|
- 'src/**/*_gnulinux.*'
|
||||||
|
- 'src/**/*_x11.*'
|
||||||
|
- 'src/**/*_gtk.*'
|
||||||
|
- 'src/**/*_android.*'
|
||||||
|
- 'src/**/*_mac.*'
|
||||||
- 'LICENSE'
|
- 'LICENSE'
|
||||||
|
- 'README.md'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches-ignore: [gh-pages, master]
|
branches-ignore: [gh-pages, master]
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
|
- '.clang-format'
|
||||||
|
- '.drone.star'
|
||||||
|
- '.gitattributes'
|
||||||
|
- '.gitignore'
|
||||||
|
- '.gdbinit'
|
||||||
- '.github/*'
|
- '.github/*'
|
||||||
- '.github/*_TEMPLATE/**'
|
- '.github/*_TEMPLATE/**'
|
||||||
- '*.md'
|
- '*.md'
|
||||||
- '*.yml'
|
- '*.yml'
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
|
- 'src/**/*_posix.*'
|
||||||
|
- 'src/**/*_linux.*'
|
||||||
|
- 'src/**/*_gnulinux.*'
|
||||||
|
- 'src/**/*_x11.*'
|
||||||
|
- 'src/**/*_gtk.*'
|
||||||
|
- 'src/**/*_android.*'
|
||||||
|
- 'src/**/*_mac.*'
|
||||||
- 'LICENSE'
|
- 'LICENSE'
|
||||||
|
- 'README.md'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -36,7 +62,7 @@ jobs:
|
||||||
- runs-on: windows-latest
|
- runs-on: windows-latest
|
||||||
vsver: VS2022
|
vsver: VS2022
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Setup
|
- name: Setup
|
||||||
|
|
Loading…
Reference in New Issue