Skip to content

Commit

Permalink
Revert "changed target branch and removed if: from workflow step, for…
Browse files Browse the repository at this point in the history
… testing. this commit is safe to revert once we verify this works"

This reverts commit fb32086.
  • Loading branch information
jar-stripe committed Mar 4, 2025
1 parent b96ab5e commit 0aadffd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,11 @@ 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"
permissions:
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-test'
branch = 'gh-pages'
sign = false // disable commit signing

contents {
Expand Down

0 comments on commit 0aadffd

Please sign in to comment.