Update c-cpp.yml (add paths-ignore)

add paths-ignore:
      - '**.md'
      - 'ref/vk/data/**'
This commit is contained in:
NightFox 2023-11-30 15:59:34 +03:00 committed by GitHub
parent e9dc10a503
commit 8d5638ef6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,13 @@
name: Build & Deploy Engine
on: [push, pull_request]
on:
push:
paths-ignore:
- '**.md'
- 'ref/vk/data/**'
pull_request:
paths-ignore:
- '**.md'
- 'ref/vk/data/**'
jobs:
# cleanup:
# runs-on: self-hosted