mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-03 06:23:10 +00:00
chore(ci): skip test workflow execution for docs changes
This commit is contained in:
parent
aebda46a53
commit
d6de748395
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -2,9 +2,15 @@ name: Test
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
- '**.md'
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
- '**.md'
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user