We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ci.yml
doc.yml
1 parent 5d41483 commit cf90d76Copy full SHA for cf90d76
.github/workflows/ci.yml
@@ -7,10 +7,6 @@ on:
7
- 'hotfix**'
8
pull_request:
9
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'
14
branches-ignore:
15
- 'hotfix**' # hotfix are handled by the push trigger
16
0 commit comments