Skip to content

Commit

Permalink
ci: change build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
d-strobel committed May 26, 2024
1 parent ec9f7ac commit 24acc0d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
name: build

on:
push:
branches: [ "master" ]
# paths:
# - "**.rs"
# - "Cargo.toml"
# - "Cargo.lock"
paths:
- "**.rs"
- "Cargo.toml"
- "Cargo.lock"
pull_request:
branches: [ "master" ]
branches: ["main"]

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 24acc0d

Please sign in to comment.