diff options
Diffstat (limited to '.github/workflows/linux.yml')
| -rw-r--r-- | .github/workflows/linux.yml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index c277c802..bfa5e97c 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -1,10 +1,8 @@ -name: Linux Compile +name: Linux Validation on: - push: - branches: [ "*" ] pull_request: - branches: [ "master" ] + branches: [ "*" ] jobs: build: @@ -47,4 +45,5 @@ jobs: uses: actions/upload-artifact@v4 with: name: starship-linux-x64 - path: starship-release
\ No newline at end of file + path: starship-release + retention-days: 1
\ No newline at end of file |
