Skip to content

Commit 39eaa3b

Browse files
authored
Merge pull request #179 from nccgroup/Update-releases-workflow
Update releases.yaml
2 parents 0b4b50e + fc6a124 commit 39eaa3b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/releases.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
name: releases
33

44
on:
5-
push:
6-
tags:
7-
- "v*"
5+
pull_request:
6+
branches:
7+
- master
88

99
jobs:
1010
release:
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/setup-java@v2
2121
with:
2222
distribution: adopt
23-
java-version: '15'
23+
java-version: '17'
2424

2525
# burpsuite_pro.jar is not available, disable tests
2626
- name: Build

0 commit comments

Comments
 (0)