Skip to content

Commit

Permalink
chore: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sousuke0422 committed Sep 7, 2024
1 parent 2fdc49e commit b9ba6d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: Build and test

on:
pull_request:
branches: [ master, main ]
branches: [ MC17, fmpe-1.x ]
push:
branches: [ master, main ]
branches: [ MC17, fmpe-1.x ]

jobs:
build-and-test:
uses: GTNewHorizons/GTNH-Actions-Workflows/.github/workflows/build-and-test.yml@master
uses: TeamBlackCrystal/GTNH-Actions-Workflows/.github/workflows/build-and-test.yml@master
secrets: inherit
4 changes: 1 addition & 3 deletions .github/workflows/release-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ on:

permissions:
contents: write
env:
MAVEN_PUBLISHING_URL: "https://nexus.teamblackcrystal.com/repository/maven-releases2/"

jobs:
release-tags:
uses: GTNewHorizons/GTNH-Actions-Workflows/.github/workflows/release-tags.yml@master
uses: TeamBlackCrystal/GTNH-Actions-Workflows/.github/workflows/release-tags.yml@master
secrets: inherit

0 comments on commit b9ba6d3

Please sign in to comment.