Skip to content

Commit

Permalink
Merge pull request #179 from nccgroup/Update-releases-workflow
Browse files Browse the repository at this point in the history
Update releases.yaml
  • Loading branch information
CoreyD97 committed May 24, 2023
2 parents 0b4b50e + fc6a124 commit 39eaa3b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/releases.yaml
Expand Up @@ -2,9 +2,9 @@
name: releases

on:
push:
tags:
- "v*"
pull_request:
branches:
- master

jobs:
release:
Expand All @@ -20,7 +20,7 @@ jobs:
uses: actions/setup-java@v2
with:
distribution: adopt
java-version: '15'
java-version: '17'

# burpsuite_pro.jar is not available, disable tests
- name: Build
Expand Down

0 comments on commit 39eaa3b

Please sign in to comment.