diff --git a/.github/workflows/build_and_tests2.yaml b/.github/workflows/build_and_tests.yaml similarity index 88% rename from .github/workflows/build_and_tests2.yaml rename to .github/workflows/build_and_tests.yaml index e36a08d..efa7e68 100644 --- a/.github/workflows/build_and_tests2.yaml +++ b/.github/workflows/build_and_tests.yaml @@ -1,4 +1,4 @@ -name: build-and-tests2 # the name and filename have 2 as suffix because of some caching issues with GitHub actions +name: build-and-tests on: push: branches: [ main, release ]