Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gajendravaradhan authored May 6, 2021
1 parent 5b59f92 commit a2eb73e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
push:
branches:
- master
paths:
- '/src/**'
- 'pom.xml'
- '.github/**'
jobs:
test:
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -55,4 +59,4 @@ jobs:
title: Release v1.0.2
files: |
README.md
**/*.jar
**/*.jar

0 comments on commit a2eb73e

Please sign in to comment.