Skip to content

Commit

Permalink
Merge branch 'main' into pr/84
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Jun 7, 2024
2 parents 827d261 + c7e5fa1 commit 5fd42bc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Tests

on: [ push ]
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
tests:
Expand Down Expand Up @@ -68,4 +72,4 @@ jobs:
- name: Install dependencies
run: pip install nox
- name: Run pyroma
run: nox -s check-package
run: nox -s check-package

0 comments on commit 5fd42bc

Please sign in to comment.