Ignore markdown and license files for CI

pull/8/head
Subhomoy Haldar 2023-04-03 11:44:11 +01:00
parent 156d61421f
commit d8bdb37884
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@ name: CI
on:
push:
paths-ignore:
- '**.md'
- 'LICENSE'
branches: [ main ]
pull_request:
branches: [ main ]