Update ant.yml

This commit is contained in:
Cekis
2020-10-11 15:10:25 -07:00
committed by GitHub
parent 45e9c2766f
commit 53a1969738

View File

@@ -1,21 +1,21 @@
# This workflow will build a Java project with Ant
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-ant
name: SWG DSRC CI
name: Build Java
on:
push:
branches: [ master ]
paths:
- '*.java'
pull_request:
branches: [ master ]
paths:
- '*.java'
jobs:
build:
runs-on: ubuntu-latest
rules:
- exists:
- sku.0/*.java
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2