Skip to content

Commit 3385f84

Browse files
committed
Do not build, if README is pushed
1 parent 7080d25 commit 3385f84

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Build
33
on:
44
push:
55
branches: [ "master" ]
6+
paths-ignore:
7+
- 'LICENSE'
8+
- '**/*.md'
69
pull_request:
710
branches: [ "master" ]
811
paths-ignore:

.github/workflows/README.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish REAME
1+
name: Publish README
22

33
on:
44
push:

0 commit comments

Comments
 (0)