Yaml cleanup

This commit is contained in:
Uwe Kubosch 2023-05-18 14:37:43 +02:00
parent 3a744909bd
commit b9941aa4eb
1 changed files with 2 additions and 6 deletions

View File

@ -1,5 +1,5 @@
name: Build
on: [push, pull_request]
on: [ push, pull_request ]
jobs:
check:
runs-on: ubuntu-latest
@ -67,7 +67,7 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ ubuntu-latest, macos-latest ]
java: [ 8, 11 ]
runs-on: ${{ matrix.os }}
steps:
@ -106,10 +106,6 @@ jobs:
retention-days: 5
publish:
runs-on: ubuntu-latest
# on:
# push:
# branches:
# - release
needs: build
if: ${{ github.repository == 'jruby-gradle/jruby-gradle-plugin' && github.ref == 'refs/heads/release' }}
steps: