Skip to content

Commit

Permalink
Run action on push and pull-request
Browse files Browse the repository at this point in the history
  • Loading branch information
yaph committed Jul 3, 2023
1 parent 63eb92c commit 53f7eea
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Python package

on:
push:
branches:
- master
on: [push, pull-request]

jobs:
build:
Expand Down

0 comments on commit 53f7eea

Please sign in to comment.