diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5b682c7..faedd2b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,14 +1,11 @@ name: Free Disk Space (Ubuntu) on: push: - branches: - - '*' + branches: [ main ] pull_request: - branches: - - '*' + branches: [ main ] workflow_dispatch: - branches: - - '*' + branches: [ main ] jobs: free-disk-space: @@ -16,7 +13,7 @@ jobs: steps: # If there is a problem with this GitHub Actions, this step will fail - name: Free Disk Space - uses: jlumbroso/free-disk-space@main + uses: ${{ github.actor }}/free-disk-space@main with: tool-cache: true