diff options
Diffstat (limited to '.github/workflows/c.yml')
-rw-r--r-- | .github/workflows/c.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/c.yml b/.github/workflows/c.yml index 058e70f..417dac6 100644 --- a/.github/workflows/c.yml +++ b/.github/workflows/c.yml @@ -2,9 +2,9 @@ name: C on: push: - paths: - - "**.c" - - "**.h" + # paths: + # - "**.c" + # - "**.h" pull_request: paths: - "**.c" |