Skip to content

Commit

Permalink
Actually run the release job
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeage committed Jun 27, 2024
1 parent 8be8ff5 commit bef0ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ jobs:
runs-on: ubuntu-latest
if: |
github.event_name == 'push' &&
github.repository == 'icosa-foundation/open-brush' &&
github.repository == 'icosa-foundation/open-blocks' &&
(github.ref == 'refs/heads/main' || contains(github.ref, 'refs/tags/v'))
steps:
Expand Down

0 comments on commit bef0ffe

Please sign in to comment.