Skip to content

Commit

Permalink
.github: run actions for any branch
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Walle <[email protected]>
  • Loading branch information
mwalle committed Apr 16, 2024
1 parent f41f299 commit e66879e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: pyaardvark

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

jobs:
build:
Expand Down

0 comments on commit e66879e

Please sign in to comment.