mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
update multi-gcc action to be on push to develop or main (#1197)
* make multi-gcc workflow on-demand only * actually run multi-gcc after merge * update yml generator for Multi GCC too
This commit is contained in:
parent
60016e2cf2
commit
b8bd8ac702
1 changed files with 6 additions and 1 deletions
|
|
@ -35,7 +35,12 @@ gcc_versions_sorted = OrderedDict(sorted(gcc_versions.items(), key=lambda item:
|
|||
# Create output
|
||||
output = '''
|
||||
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