Skip to content

Commit f8359eb

Browse files
committed
Rename gradle.yml to build.yml
1 parent 5708e69 commit f8359eb

2 files changed

Lines changed: 6 additions & 10 deletions

File tree

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,24 @@
1-
# This workflow uses actions that are not certified by GitHub.
2-
# They are provided by a third-party and are governed by
3-
# separate terms of service, privacy policy, and support
4-
# documentation.
5-
# This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time
6-
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
7-
81
name: Build & Test Java Project
2+
93
on:
104
push:
115
branches: [ "master" ]
126
paths:
137
- "src/**"
148
- "build.gradle.kts"
159
- "gradle/**"
16-
- ".github/workflows/gradle.yml"
10+
- "build.yml"
1711
pull_request:
1812
branches: [ "master" ]
1913
paths:
2014
- "src/**"
2115
- "build.gradle.kts"
2216
- "gradle/**"
23-
- ".github/workflows/gradle.yml"
17+
- "build.yml"
18+
2419
permissions:
2520
contents: read
21+
2622
jobs:
2723
build:
2824
runs-on: windows-latest

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# MicroJava Compiler
22

33
[![CodeFactor](https://www.codefactor.io/repository/github/danijelaskov/microjava-compiler/badge)](https://www.codefactor.io/repository/github/danijelaskov/microjava-compiler)
4-
![Build & Test Java Project](https://github.com/DanijelAskov/microjava-compiler/actions/workflows/gradle.yml/badge.svg)
4+
![Build & Test Java Project](https://github.com/DanijelAskov/microjava-compiler/actions/workflows/build.yml/badge.svg)
55

66
## Introduction
77

0 commit comments

Comments
 (0)