We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5765fe7 commit c77c204Copy full SHA for c77c204
2 files changed
.github/workflows/e2e-fork.yml
@@ -5,7 +5,9 @@ on:
5
branches:
6
- main
7
paths-ignore:
8
- - docs/**
+ - "docs/**"
9
+ - "**.md"
10
+ - "LICENSE"
11
12
jobs:
13
# dynamically build a matrix of test/test suite pairs to run
.github/workflows/e2e.yaml
@@ -6,7 +6,9 @@ on:
env:
14
REGISTRY: ghcr.io
0 commit comments