Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ah-OOG-ah committed Jan 22, 2024
1 parent db2e1b5 commit f395855
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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 ]
branches: [ master, main ]
push:
branches: [ master ]
branches: [ master, main ]

jobs:
build-and-test:
uses: ah-OOG-ah/GTNH-Actions-Workflows/.github/workflows/build-and-test.yml@master
uses: GTNewHorizons/GTNH-Actions-Workflows/.github/workflows/build-and-test.yml@master
secrets: inherit
3 changes: 2 additions & 1 deletion .github/workflows/release-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ permissions:

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

0 comments on commit f395855

Please sign in to comment.