Skip to content

Commit

Permalink
Reset
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto-Gentili committed Oct 19, 2023
1 parent 9d0513c commit 62ef328
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
paths:
- "src/main/**.java"
- "src/test/**.java"
- ".github/workflows/**"
# - ".github/workflows/**"
- "**.properties"
- "**.xml"

Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:

release:
name: Release if requested
# needs: [build-and-test-with-Java-8-and-later]
needs: [build-and-test-with-Java-8-and-later]
runs-on: ubuntu-latest
if: github.event_name == 'push' && endsWith(github.event.head_commit.message, 'Releasing new version')
steps:
Expand Down

0 comments on commit 62ef328

Please sign in to comment.