Skip to content

Commit

Permalink
build: fix GitHub gradle actions
Browse files Browse the repository at this point in the history
  • Loading branch information
manticore-projects committed Dec 15, 2023
1 parent b0aff31 commit 9d7329e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ on:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
types:
- closed

permissions: write-all
jobs:
docs:
if_merged:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ checkstyle {

spotless {
// optional: limit format enforcement to just the files changed by this feature branch
ratchetFrom 'origin/master'
ratchetFrom 'master'

format 'misc', {
// define the files to apply `misc` to
Expand Down

0 comments on commit 9d7329e

Please sign in to comment.