Skip to content

Commit

Permalink
Change workflow to run on PR events.
Browse files Browse the repository at this point in the history
  • Loading branch information
bebau authored and Teque5 committed Oct 27, 2023
1 parent 6c90458 commit d9980ea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Python package

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

jobs:
build:
Expand Down

0 comments on commit d9980ea

Please sign in to comment.