Skip to content
This repository has been archived by the owner on Feb 15, 2025. It is now read-only.

Commit

Permalink
bug: fix catch-all wildcard for e2e workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
YrrepNoj committed Apr 10, 2024
1 parent 2643297 commit 3e85b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request:
paths:
# Catch-all
- "*"
- "**"

# Ignore updates to the .github directory, unless it's this current file
- "!.github/**"
Expand Down

0 comments on commit 3e85b92

Please sign in to comment.