Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreeam-qwq committed Feb 7, 2025
1 parent d9f0f49 commit a5063fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-1214.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build Leaf 1.21.4

on:
push:
branches: [ "dev/1.21.4" ]
branches: [ "ver/1.21.4" ]
pull_request:
branches: [ "dev/1.21.4" ]
branches: [ "ver/1.21.4" ]

jobs:
build:
Expand Down Expand Up @@ -67,4 +67,4 @@ jobs:
automatic_release_tag: "ver-1.21.4"
repo_token: "${{ secrets.GITHUB_TOKEN }}"
files: "./leaf-1.21.4.jar"
prerelease: true
prerelease: false

0 comments on commit a5063fc

Please sign in to comment.