Skip to content

Commit

Permalink
Make workflow run on pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
MaddyGuthridge committed Sep 29, 2023
1 parent 06572cb commit f96b468
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@

name: Test and Lint

on: [push]
on:
pull_request:
branches:
- main
push:

jobs:
Pytest:
Expand Down

0 comments on commit f96b468

Please sign in to comment.