Skip to content

Commit

Permalink
chore: run tests on all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
Skelmis committed Sep 30, 2023
1 parent a6d05e7 commit 9cdfb7c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# This workflow will install Python dependencies and run tests
name: "Pytest"
on:
pull_request:
branches: [ master ]
push:
branches: [ master ]
on: [pull_request, push]

jobs:
run_tests:
Expand Down

0 comments on commit 9cdfb7c

Please sign in to comment.