diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5dfb83b..ddad1a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,20 +3,11 @@ on: push: branches: - "main" - pull_request: - branches: - - "main" - paths: - - "**.rs" - - "Cargo.*" - - "*.toml" - - ".github/workflows/ci.yml" concurrency: group: "${{ github.workflow }}-${{ github.ref }}" - cancel-in-progress: true jobs: ci: - name: "CI" + name: "Post Merge Checks" runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 @@ -30,4 +21,4 @@ jobs: - uses: actions-rs/cargo@v1 with: command: xtask - args: ci \ No newline at end of file + args: ci