Skip to content

Commit

Permalink
Refactor workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LXGaming committed Jun 12, 2022
1 parent de606c3 commit 730a2e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml → .github/workflows/java.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Java

on:
push:
Expand All @@ -7,8 +7,8 @@ on:
branches: [ master ]

jobs:
build:
name: Build
java:
name: Java
runs-on: ubuntu-latest
defaults:
run:
Expand Down

0 comments on commit 730a2e3

Please sign in to comment.