Skip to content

Commit

Permalink
TEMP: create a release even from a branch, for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeage committed Jun 27, 2024
1 parent bef0ffe commit 0006eb8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -410,10 +410,6 @@ jobs:
name: Create Github Release
needs: [configuration, build]
runs-on: ubuntu-latest
if: |
github.event_name == 'push' &&
github.repository == 'icosa-foundation/open-blocks' &&
(github.ref == 'refs/heads/main' || contains(github.ref, 'refs/tags/v'))

steps:
- name: "Build Changelog"
Expand Down

0 comments on commit 0006eb8

Please sign in to comment.