Actions: Simplify matrix for Linux #37
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: libsquish Push Reaction | ||
on: | ||
workflow_dispatch: | ||
push: | ||
branches-ignore: | ||
- 'master' | ||
jobs: | ||
trigger-windows-build: | ||
name: Build libsquish (Windows) | ||
uses: ./.github/workflows/build-libsquish-windows.yml | ||
secrets: | ||
ffynnon_cred: ${{ secrets.OBYBOT_FFYNNON_CREDS }} | ||
trigger-linux-build: | ||
name: Build libsquish (Linux) | ||
uses: ./.github/workflows/build-libsquish-linux.yml | ||
Check failure on line 17 in .github/workflows/push-reaction.yml GitHub Actions / .github/workflows/push-reaction.ymlInvalid workflow file
|