Skip to content

Commit 6327548

Browse files
authored
Merge pull request #1432 from input-output-hk/damien/fix-ci-file-after-docs-file-deletion
Update `ci.yml` after the deletion of `doc.yml`
2 parents 5d41483 + cf90d76 commit 6327548

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ on:
77
- 'hotfix**'
88
pull_request:
99
types: [opened, reopened, synchronize]
10-
paths-ignore: # ignore docs only changes since they use a dedicated workflows: docs.yml
11-
- 'docs/**'
12-
- 'mithril-explorer/**'
13-
- '.github/workflows/docs.yml'
1410
branches-ignore:
1511
- 'hotfix**' # hotfix are handled by the push trigger
1612

0 commit comments

Comments
 (0)