Skip to content
This repository has been archived by the owner on May 13, 2021. It is now read-only.

Commit

Permalink
feat: Release minimap-plus
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jul 10, 2020
1 parent c6ff340 commit b6037c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ jobs:

Release:
needs: Lint # [Test, Lint]
if: github.ref == 'refs/heads/master' &&
github.event.repository.fork == false
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit b6037c4

Please sign in to comment.