Skip to content

Commit 5b2c294

Browse files
committed
fix/tests
1 parent 16a3e55 commit 5b2c294

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/pytest.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
name: Pytest (Ubuntu & Windows)
22
on:
33
push:
4-
branches: [ main ]
4+
workflow_dispatch:
55
pull_request:
6+
schedule:
7+
- cron: '0 0 * * *'
8+
permissions:
9+
security-events: write
610
jobs:
711
tests:
812
name: pytest - ${{ matrix.os }} - py${{ matrix.python-version }}

0 commit comments

Comments
 (0)