Skip to content

Commit

Permalink
Merge pull request #1162 from wright-group/remove-redundant-testing
Browse files Browse the repository at this point in the history
remove redundant testing
  • Loading branch information
kameyer226 authored Mar 20, 2024
2 parents 15670da + 38eb5ec commit 98f2283
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: test python

on: [push, pull_request]
on:
pull_request:
types: [opened, reopened]
push:

jobs:
build:
Expand Down

0 comments on commit 98f2283

Please sign in to comment.