Skip to content

Commit

Permalink
Merge pull request #965 from subspace/no-ci-for-commits
Browse files Browse the repository at this point in the history
Do not run CI for commits (except `main`), allow to run manually if needed
  • Loading branch information
nazar-pc authored Nov 29, 2022
2 parents 54d19dd + 89a3b33 commit 6a700d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@ name: Rust

on:
push:
branches:
- main
paths-ignore:
- '**.md'
- '.github/CODEOWNERS'
pull_request:
paths-ignore:
- '**.md'
- '.github/CODEOWNERS'
workflow_dispatch:

env:
# Not needed in CI, should make things a bit faster
Expand Down

0 comments on commit 6a700d2

Please sign in to comment.