Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 8423896

Browse files
authored
Fix double CI run
1 parent add8b1a commit 8423896

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ on:
44
workflow_dispatch:
55
pull_request:
66
paths-ignore:
7-
- 'README.md'
7+
- '*.md'
88
push:
99
paths-ignore:
10-
- 'README.md'
10+
- '*.md'
11+
branches-ignore:
12+
- dependabot/**
1113

1214
jobs:
1315
build:

0 commit comments

Comments
 (0)