diff --git a/.github/workflows/github_test.yml b/.github/workflows/github_test.yml index 947449f..105b8a2 100644 --- a/.github/workflows/github_test.yml +++ b/.github/workflows/github_test.yml @@ -2,13 +2,11 @@ # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python name: GitHub Unit Testing -run-name: Unit Testing on ${{ github.event_name }} +run-name: Unit Testing on ${{ github.event.push.head_commit.message }} on: push: branches: [ "development" ] - pull_request: - branches: [ "main" ] permissions: contents: read