mirror of
https://github.com/Fishwaldo/br_sg200x.git
synced 2025-03-15 19:31:43 +00:00
Update buildroot.yml
This commit is contained in:
parent
e190546d1f
commit
dc6b894ddb
1 changed files with 3 additions and 3 deletions
6
.github/workflows/buildroot.yml
vendored
6
.github/workflows/buildroot.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Reference in a new issue