diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b202cad..2fed331 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,9 +1,8 @@ name: CI -on: - pull_request: - push: - branches: master +on: [pull_request, push] + #push: + # branches: master env: #RUSTFLAGS: "-Dwarnings"