Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
voxelias committed Dec 12, 2024
1 parent 9f4258f commit 337967a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI

on:
push:
branches: [ main, style_checks ]
branches: [ master, main, style_checks ]
pull_request:
branches: [ main, style_checks ]
branches: [ master, main, style_checks ]

env:
CARGO_TERM_COLOR: always
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Style

on:
push:
branches: [ main, style_checks ]
branches: [ master, main, style_checks ]
pull_request:
branches: [ main, style_checks ]
branches: [ master, main, style_checks ]

jobs:
check_clippy:
Expand Down

0 comments on commit 337967a

Please sign in to comment.