Skip to content

Commit

Permalink
chore: lenient contraints
Browse files Browse the repository at this point in the history
  • Loading branch information
cjlee38 committed Sep 22, 2024
1 parent 5e463d6 commit f279eb9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
contents: write
runs-on: ubuntu-latest
needs: [ buildCargo, buildJar ]
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
if: github.event_name == 'push'
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -109,7 +109,6 @@ jobs:

- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: gitnote-jetbrains/build/distributions/gitnote-jetbrains-${{ env.GITNOTE_VERSION }}.zip

0 comments on commit f279eb9

Please sign in to comment.