Skip to content

Commit

Permalink
Small fix to Python workflow GHA trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
vladistan authored and AdamFinkle committed Jul 30, 2024
1 parent b4153cd commit 6b1f990
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: python

on: [push]
on:
push:
pull_request:
branches: [ master ]


jobs:
Expand Down

0 comments on commit 6b1f990

Please sign in to comment.