Skip to content

Commit

Permalink
Create build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maiminhdung committed Dec 24, 2024
1 parent 49fa8c6 commit 93b51a1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: ChatColor-Folia

on:
push:
branches: [ main ]
paths:
- '.github/workflows/build.yml'
schedule:
- cron: '0 0 */3 * *'

jobs:
ChatColor-Folia:
uses: Dungjava/ConstructProjects/.github/workflows/maven-build.yml@main
with:
repository: "Dungjava/ChatColor-Folia"
name: "ChatColor-Folia"
java: 17

0 comments on commit 93b51a1

Please # to comment.