Fix wrong inheritance access specifier for qx-network errors #624
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: Qx Push Reaction | |
on: | |
workflow_dispatch: | |
push: | |
branches-ignore: | |
- 'master' | |
jobs: | |
trigger-windows-build: | |
name: Build Qx (Windows) | |
uses: ./.github/workflows/build-qx-windows.yml | |
secrets: | |
qt_ffynnon_cred: ${{ secrets.OBYBOT_FFYNNON_CREDS }} | |
trigger-linux-build: | |
name: Build Qx (Linux) | |
uses: ./.github/workflows/build-qx-linux.yml | |
secrets: | |
qt_ffynnon_cred: ${{ secrets.OBYBOT_FFYNNON_CREDS }} |