mirror of
https://github.com/w23/xash3d-fwgs
synced 2024-12-04 07:52:10 +01:00
Create for_ignored.yml (pass through for ignored files)
Added pass through for ignored files
This commit is contained in:
parent
b06081047a
commit
4f988fcb78
16
.github/workflows/for_ignored.yml
vendored
Normal file
16
.github/workflows/for_ignored.yml
vendored
Normal 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"
|
Loading…
Reference in New Issue
Block a user