Merge pull request #682 from 0x4E69676874466F78/CI_test

Create for_ignored.yml (pass through for ignored files)
This commit is contained in:
Ivan Avdeev 2023-12-04 07:15:09 -08:00 committed by GitHub
commit 9fed89a835
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

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"