Skip to content

Commit ae627f0

Browse files
committed
Skip CI when only modifying the README
1 parent eb85b2a commit ae627f0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Test this action
2-
on: [push]
2+
on:
3+
push:
4+
paths-ignore:
5+
- README.md
36
jobs:
47
test:
58
strategy:

0 commit comments

Comments
 (0)