diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 24cf083d6..298626e03 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -3,7 +3,7 @@ on: pull_request: paths: # Catch-all - - "*" + - "**" # Ignore updates to the .github directory, unless it's this current file - "!.github/**"