Skip to content

Commit

Permalink
Run CI on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Luthaf committed May 29, 2024
1 parent f64d328 commit 5356013
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cxx-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: C++ tests

on:
push:
branches: [master]
branches: [main]
pull_request:
# Check all PR

concurrency:
group: cxx-tests-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}

jobs:
rust-tests:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: Python tests

on:
push:
branches: [master]
branches: [main]
pull_request:
# Check all PR

concurrency:
group: python-tests-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}

jobs:
python-tests:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Vesin: fast neighbor lists for atomistic systems

![Tests](https://img.shields.io/github/check-runs/Luthaf/vesin/main?logo=github&label=tests)

This is a work in progress!

## Python API
Expand Down

0 comments on commit 5356013

Please sign in to comment.