Skip to content

Commit

Permalink
Update github_test.yml
Browse files Browse the repository at this point in the history
Adds a better description, but removes testing on pull in main to stop bug from occurring
  • Loading branch information
paynejason committed Mar 25, 2024
1 parent f0236d9 commit 77310ce
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/github_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 77310ce

Please sign in to comment.