update multi-gcc workflow (#1194)

* make multi-gcc workflow on-demand only
* actually run multi-gcc after merge into develop/master
This commit is contained in:
Graham Sanderson 2023-01-25 11:55:57 -06:00 committed by GitHub
parent 9a5eae111b
commit 60016e2cf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,10 @@
name: Multi GCC
on: [workflow_dispatch, push, pull_request]
on:
workflow_dispatch:
push:
branches:
- 'develop'
- 'master'
jobs:
build: