Skip to content

Commit

Permalink
Do not run CI for commits (except main), allow to run manually if n…
Browse files Browse the repository at this point in the history
…eeded
  • Loading branch information
nazar-pc committed Nov 29, 2022
1 parent 54d19dd commit 89a3b33
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 89a3b33

Please sign in to comment.