Skip to content

Commit

Permalink
Update releases.yaml
Browse files Browse the repository at this point in the history
Run release on PRs to master. Use JDK 17
  • Loading branch information
CoreyD97 authored May 24, 2023
1 parent 0b4b50e commit fc6a124
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/releases.yaml
Original file line number Diff line number Diff line change
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 fc6a124

Please sign in to comment.