Skip to content

Commit

Permalink
Update GitHub Actions workflow to trigger on push and pull request ev…
Browse files Browse the repository at this point in the history
…ents
  • Loading branch information
derkweijers committed Feb 3, 2024
1 parent 1863f53 commit 5e763a3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/tox.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
name: Python package

on:
- pull_request
push:
branches:
- develop
pull_request:
branches:
- "**"

jobs:
build:
Expand All @@ -22,6 +27,6 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install tox tox-gh-actions
- name: Test with tox
run: tox

0 comments on commit 5e763a3

Please sign in to comment.