ci: dont run actions for yml and md changes

This commit is contained in:
Filip Skokan 2019-10-17 14:52:59 +02:00
parent d8807ca204
commit 7510a7e574

View file

@ -2,7 +2,13 @@ name: Continuous Integration
on:
push:
paths-ignore:
- '**.yml'
- '**.md'
pull_request:
paths-ignore:
- '**.yml'
- '**.md'
schedule:
- cron: 0 9 * * 1-5