Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Easyoakland committed Oct 25, 2023
1 parent d11803e commit c978e46
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@ name: Rust

on:
push:
# Run jobs when commits are pushed to
# master:
# Run jobs when commits are pushed to main:
branches:
- master
- main
pull_request:
# Run jobs for any external PR that wants
# to merge to master, too:
# Run jobs for any external PR that wants to merge to main, too:
branches:
- master
- main

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit c978e46

Please sign in to comment.