mirror of
https://github.com/danbulant/jose
synced 2026-05-24 12:35:36 +00:00
ci: dont run actions for yml and md changes
This commit is contained in:
parent
d8807ca204
commit
7510a7e574
1 changed files with 6 additions and 0 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue