diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/check.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index c1d1f7a..f21d758 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -4,10 +4,10 @@ on: workflow_dispatch: push: paths: - - "*" + - "**" pull_request: paths: - - "*" + - "**" env: CARGO_TERM_COLOR: always |