Skip to content

Commit

Permalink
[tracehubpm#108] add 'if' condition to verify that mvn.yml execute on…
Browse files Browse the repository at this point in the history
…ly in master branch
  • Loading branch information
HlibYasieniev committed May 30, 2024
1 parent d6dab98 commit f10a595
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mvn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
- run: mvn clean install -Pjacoco --errors --batch-mode
simulation:
name: simulation tests
if: github.ref == 'refs/heads/master'
strategy:
matrix:
os: [ ubuntu-20.04 ]
Expand Down

0 comments on commit f10a595

Please sign in to comment.