Skip to content

Commit c77eb64

Browse files
committed
[ci-skip] build on my pr
1 parent c1dd36d commit c77eb64

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/build-beta.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
name: Build Skyllia
1+
name: Build Skyllia - Beta
22
on:
33
push:
44
branches:
5-
- ver/2.x
5+
- ver/3.x
6+
pull_request:
7+
branches:
8+
- ver/3.x
69

710
permissions: write-all
811

@@ -44,11 +47,11 @@ jobs:
4447
path: release/*.jar
4548

4649
- name: Publish to Modrinth (Gradle Minotaur)
47-
if: github.event_name != 'pull_request'
50+
if: github.event_name != 'pull_request' || (github.event.pull_request.number == 94 && github.event.pull_request.head.repo.full_name == github.repository)
4851
run: ./gradlew modrinth
4952

5053
- name: Create Release
51-
if: github.event_name != 'pull_request'
54+
if: github.event_name != 'pull_request' || (github.event.pull_request.number == 94 && github.event.pull_request.head.repo.full_name == github.repository)
5255
uses: ncipollo/release-action@v1
5356
with:
5457
tag: ${{ env.tag }}

0 commit comments

Comments
 (0)