Skip to content

Commit 9d9c335

Browse files
Update push.yml
1 parent 14aec57 commit 9d9c335

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/push.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ name: Tests
22

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches:
6+
- main
7+
paths:
8+
- '**'
9+
- '!README.md'
610
workflow_dispatch:
711

812
jobs:

0 commit comments

Comments
 (0)