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:
parent
9a5eae111b
commit
60016e2cf2
7
.github/workflows/multi-gcc.yml
vendored
7
.github/workflows/multi-gcc.yml
vendored
@ -1,5 +1,10 @@
|
||||
name: Multi GCC
|
||||
on: [workflow_dispatch, push, pull_request]
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- 'develop'
|
||||
- 'master'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
Reference in New Issue
Block a user