singularity for pushing

This commit is contained in:
2025-11-04 19:26:32 +01:00
parent 6cba6bb329
commit 84b600c13c

View File

@@ -15,6 +15,7 @@ on:
jobs:
test:
runs-on: ubuntu-latest
if: github.event_name != 'push' || github.event.pull_request == null
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5