Skip to content

Commit

Permalink
changed target branch and removed if: from workflow step, for testing…
Browse files Browse the repository at this point in the history
…. this commit is safe to revert once we verify this works
  • Loading branch information
jar-stripe committed Mar 4, 2025
1 parent b1dacbb commit fb32086
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,6 @@ jobs:
bot_token: ${{ secrets.SLACK_BOT_TOKEN }}

publish-docs:
if: >-
((github.event_name == 'workflow_dispatch') || (github.event_name == 'push')) &&
startsWith(github.ref, 'refs/tags/v') &&
!contains(github.ref, 'beta') &&
endsWith(github.actor, '-stripe')
needs: [build, test]
runs-on: "ubuntu-24.04"
steps:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ spotless {

gitPublish {
repoUri = 'https://github.com/stripe/stripe-java.git'
branch = 'gh-pages'
branch = 'gh-pages-test'
sign = false // disable commit signing

contents {
Expand Down

0 comments on commit fb32086

Please sign in to comment.