Fix barreling machine code to work with new internal barreling recipe… #234
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 |