xrsh-buildroot/.github/workflows/build.yml

18 lines
204 B
YAML
Raw Normal View History

2023-05-03 20:50:29 +02:00
name: build
on:
push:
branches:
- main
- dev
- feature/*
- bugfix/*
pull_request:
branches: [ main ]
jobs:
build:
runs:
using: 'docker'
image: 'Dockerfile'