diff options
Diffstat (limited to '.github/workflows/checkandformat.yml')
| -rw-r--r-- | .github/workflows/checkandformat.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/checkandformat.yml b/.github/workflows/checkandformat.yml index b8f17ec..8560ae7 100644 --- a/.github/workflows/checkandformat.yml +++ b/.github/workflows/checkandformat.yml @@ -1,12 +1,12 @@ name: check and format flake on: - pull_request: - paths: - - "**.nix" - push: - paths: - - "**.nix" + #pull_request: + # paths: + # - "**.nix" + #push: + # paths: + # - "**.nix" workflow_dispatch: jobs: |
