Update buildroot.yml

This commit is contained in:
Justin Hammond 2024-03-07 18:41:55 +08:00 committed by GitHub
parent e190546d1f
commit dc6b894ddb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,13 +3,13 @@ name: build-all
on:
workflow_dispatch:
push:
branches: [ main ]
branches: [ master ]
paths-ignore:
- '.github/**'
tags:
- "v*.*.*"
pull_request:
branches: [ main ]
branches: [ master ]
paths-ignore:
- '.github/**'
@ -19,7 +19,7 @@ jobs:
fail-fast: true
matrix:
target: [ sipeed_licheervnano_defconfig ]
runs-on: ubuntu-22.04
runs-on: [self-hosted, linux]
steps:
- name: install dependencies
run: |