Skip to content

Commit

Permalink
ci: Run on pushes and PRs to main (#1425)
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys authored Jul 21, 2024
1 parent 48c8f6a commit 338a22b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nalgebra-ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: nalgebra CI build

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

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 338a22b

Please sign in to comment.