Skip to content
This repository has been archived by the owner on Feb 24, 2025. It is now read-only.

Commit

Permalink
ref: also rebuild from push in stable
Browse files Browse the repository at this point in the history
  • Loading branch information
xarunoba committed Nov 7, 2024
1 parent 61062b1 commit 8f0f93d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
build:
runs-on: windows-latest
needs: check
if: needs.check.outputs.new_release == 'true' || github.event.inputs.manual_release == 'true'
if: needs.check.outputs.new_release == 'true' || github.event.inputs.manual_release == 'true' || github.event_name == 'push'
strategy:
matrix:
build_type: [vulkan, opengl]
Expand Down

0 comments on commit 8f0f93d

Please sign in to comment.