diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index 63261ab..1b5561b 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -1,13 +1,8 @@ # This workflow will install Python dependencies, run tests and lint with a single version of Python # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python -name: Build and Test - -on: - push: - branches: [ "calrissian-172" ] - pull_request: - branches: [ "main" ] +name: Build & Tests +on: [push, pull_request] permissions: contents: read