Skip to content

Commit

Permalink
Revert "Update github_test.yml"
Browse files Browse the repository at this point in the history
This reverts commit 77310ce.
  • Loading branch information
paynejason committed Mar 25, 2024
1 parent 77310ce commit 4c1fc2e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/github_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
# 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.push.head_commit.message }}
run-name: Unit Testing on ${{ github.event_name }}

on:
push:
branches: [ "development" ]
pull_request:
branches: [ "main" ]

permissions:
contents: read
Expand Down

0 comments on commit 4c1fc2e

Please sign in to comment.