diff options
author | Bottinator22 <59987380+Bottinator22@users.noreply.github.com> | 2024-12-18 18:03:32 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-18 18:03:32 -0800 |
commit | 7253f4093215754898c05da32af154f08de88b1a (patch) | |
tree | e24af5cdfb6bcbf850772603bbe5997f2d24fe7c /.github | |
parent | 0a035226d881cd0654b38cbcdfaae22aaac79b28 (diff) |
Update build.yml
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 33ba3a5..925c2a3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,14 +3,6 @@ name: Build on: workflow_dispatch: - push: - branches: - - "*" - - pull_request: - branches: - - "*" - jobs: build_windows: name: Build OpenStarbound Windows x64 @@ -232,4 +224,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: OpenStarbound-macOS-Silicon - path: dist/*
\ No newline at end of file + path: dist/* |