Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
heypr committed Dec 28, 2023
2 parents 0fb6450 + 2a3596c commit bb2064f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
name: build
on: [pull_request, push]
on: [push]

permissions:
contents: write

env:
MINECRAFT_VERSION: 1.20.4
JAVA_VERSION: 17
VERSION: 0.5.0+1.20.4
RELEASE_NAME: PotatoesPlus-BETA

permissions:
contents: write
Expand Down

0 comments on commit bb2064f

Please sign in to comment.