Skip to content
This repository has been archived by the owner on Jan 11, 2025. It is now read-only.

Commit

Permalink
tryna make the workflow run on pull requests & branch pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiwifuit committed Aug 18, 2024
1 parent 98b1fd8 commit 4a1e6ab
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: Rust

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
- push
- pull_request

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 4a1e6ab

Please sign in to comment.