Decreased the base richness of borax ore in order account for the new… #636
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test | |
on: | |
push: | |
branches: | |
- master | |
- Frozen | |
permissions: | |
contents: read | |
jobs: | |
test-push: | |
name: Push | |
uses: pyanodon/pyanodontests/.github/workflows/[email protected] | |
with: | |
repository: ${{ github.repository }} | |
ref: ${{ github.sha }} | |
test_branch: ${{ github.head_ref || github.ref_name }} | |
secrets: inherit |