Create for_ignored.yml (pass through for ignored files)

Added pass through for ignored files
This commit is contained in:
NightFox 2023-12-04 12:17:07 +03:00 committed by GitHub
parent b06081047a
commit 4f988fcb78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

16
.github/workflows/for_ignored.yml vendored Normal file
View File

@ -0,0 +1,16 @@
name: Pass through for ignored files
on:
push:
paths:
- '**.md'
- 'ref/vk/data/**'
pull_request:
paths:
- '**.md'
- 'ref/vk/data/**'
jobs:
check:
runs-on: ubuntu-20.04
steps:
- name: Always pass
run: echo "OK"