Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into format-entire-codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
CoffeeCoder1 committed May 23, 2024
2 parents d255f38 + b4cee40 commit 91dd456
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@ jobs:
# Add a dependency to the build job
needs: build-javadoc

# Don't try to deploy from branches or forks
if: github.repository_owner == 'roboblazers7617' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v'))

# Grant GITHUB_TOKEN the permissions required to make a Pages deployment
permissions:
pages: write # to deploy to Pages
Expand Down

0 comments on commit 91dd456

Please sign in to comment.