Skip to content

Commit ab8149f

Browse files
committed
[TEMP] Always push to Steam
1 parent 116ae88 commit ab8149f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -487,10 +487,6 @@ jobs:
487487
publish_steam:
488488
name: Publish Steam Release
489489
needs: [build]
490-
if: |
491-
github.event_name == 'push' &&
492-
github.repository == 'icosa-foundation/open-brush' &&
493-
(github.ref == 'refs/heads/main' || contains(github.ref, 'refs/tags/v'))
494490
runs-on: ubuntu-latest
495491
steps:
496492
- name: Checkout repository

0 commit comments

Comments
 (0)