Skip to content

Switch fully to reuseable workflows #28

Switch fully to reuseable workflows

Switch fully to reuseable workflows #28

Workflow file for this run

name: Build Project
on:
workflow_dispatch:
push:
branches-ignore:
- 'master'
workflow_run:
workflows: Tag and Sync
types: completed
branches: master
jobs:
trigger-build:
name: Build Project
if: github.event_name != 'workflow_run' || github.event.workflow_run.conclusion == 'success'
uses: oblivioncth/actions/.github/workflows/build-cxx-project.yml@feature/upgrades
secrets:
ffynnon_cred: ${{ secrets.OBYBOT_FFYNNON_CREDS }}