Skip to content

Commit

Permalink
remove main check from publish step on gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Palacio committed Oct 3, 2023
1 parent a392d71 commit 0313c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:

publish:
runs-on: ubuntu-latest
if: github.repository == 'dropbox/dropbox-sdk-java' && github.ref == 'refs/heads/main' && github.event_name != 'pull_request'
if: github.repository == 'dropbox/dropbox-sdk-java' && github.event_name != 'pull_request'
needs: [build]
steps:
- name: Checkout
Expand Down

0 comments on commit 0313c5d

Please sign in to comment.