We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 116ae88 commit ab8149fCopy full SHA for ab8149f
.github/workflows/build.yml
@@ -487,10 +487,6 @@ jobs:
487
publish_steam:
488
name: Publish Steam Release
489
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'))
494
runs-on: ubuntu-latest
495
steps:
496
- name: Checkout repository
0 commit comments