diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1dfb4dbd..4da5c72cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,13 +1,13 @@ name: CI -on: - workflow_dispatch: - push: - branches: - - dev - - master - paths-ignore: - - "docs/**" +# on: +# workflow_dispatch: +# push: +# branches: +# - dev +# - master +# paths-ignore: +# - "docs/**" # only run the latest commit to avoid cache overwrites concurrency: