Skip to content

Commit

Permalink
Merge pull request #704 from DFHack/master
Browse files Browse the repository at this point in the history
merge master into 5012-beta
  • Loading branch information
myk002 authored Jan 30, 2024
2 parents e18faee + f31f52e commit 817395a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,14 @@ jobs:
test:
uses: DFHack/dfhack/.github/workflows/test.yml@develop
with:
dfhack_ref: ${{ ((github.base_ref || github.ref_name) == 'master') && 'develop' || (github.base_ref || github.ref_name) }}
structures_ref: ${{ github.ref }}
secrets: inherit

docs:
uses: DFHack/dfhack/.github/workflows/build-linux.yml@develop
with:
dfhack_ref: ${{ ((github.base_ref || github.ref_name) == 'master') && 'develop' || (github.base_ref || github.ref_name) }}
structures_ref: ${{ github.ref }}
artifact-name: docs
platform-files: false
Expand Down

0 comments on commit 817395a

Please sign in to comment.