diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0910a482..e1a64f31 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,12 +1,15 @@ name: CI on: - pull_request: - branches: - - master push: - branches: - - master + tags: ["v*"] + pull_request: + paths-ignore: + - 'docs/**' + - '*.md' + - '.github/**' + - 'README.md' + workflow_dispatch: env: RUSTFLAGS: -Dwarnings