Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
ci: refine CI 'on' config
Browse files Browse the repository at this point in the history
  • Loading branch information
suchapalaver committed Aug 22, 2024
1 parent 58071ae commit cf69c3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Cargo Build & Test

on:
push:
branches: [main]
pull_request:
workflow_dispatch:

env:
CARGO_TERM_COLOR: always
Expand Down Expand Up @@ -34,4 +36,3 @@ jobs:

- run: cargo build --verbose
- run: cargo test --verbose

0 comments on commit cf69c3e

Please sign in to comment.