diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index dc757773..3372b3ae 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -9,6 +9,7 @@ on: - "!**_test.go" # exclude test files to ignore unit test changes - "test/**" # include test files in e2e again - "!**.md" + - "examples/**" - ".github/workflows/e2e.yaml" concurrency: