Added free-disk-space to GitHub actions, no builds on single pushes

This commit is contained in:
Matthias Koefferlein 2023-03-20 09:07:02 +01:00
parent c931a08ec0
commit 7dabc77b1e
1 changed files with 12 additions and 1 deletions

View File

@ -4,11 +4,22 @@ name: Build Python Wheels
on:
pull_request:
push:
# Running on PRs is enough
# push:
release:
types: [published]
jobs:
free-disk-space:
runs-on: ubuntu-latest
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
android: false
dotnet: false
haskell: false
build:
runs-on: ${{ matrix.os }}
strategy: