Skip to content

Commit

Permalink
Update workflow (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
acodcha authored May 14, 2024
1 parent 70f6b41 commit 1cac447
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: build and test
name: tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
name: build and run tests
name: tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Physical Quantities

[![build and test](https://github.com/acodcha/physical-quantities/actions/workflows/build_and_test.yaml/badge.svg?branch=main)](https://github.com/acodcha/physical-quantities/actions/workflows/build_and_test.yaml)
[![tests](https://github.com/acodcha/physical-quantities/actions/workflows/tests.yaml/badge.svg?branch=main)](https://github.com/acodcha/physical-quantities/actions/workflows/tests.yaml)

C++ library of physical quantities, physical models, and units of measure for scientific computation.

Expand Down

0 comments on commit 1cac447

Please sign in to comment.