mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
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
1 changed files with 6 additions and 1 deletions
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…
Add table
Reference in a new issue