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.
2 parents 5d41483 + cf90d76 commit 6327548Copy full SHA for 6327548
.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