Skip CI when only modifying the README

This commit is contained in:
Benoit Daloze
2020-01-17 22:55:24 +01:00
parent eb85b2a580
commit ae627f04d2
+4 -1
View File
@@ -1,5 +1,8 @@
name: Test this action
on: [push]
on:
push:
paths-ignore:
- README.md
jobs:
test:
strategy: