Update compile_esp8266.yml

This commit is contained in:
Andreas Schiffler 2022-08-08 10:47:12 +02:00 committed by GitHub
parent 5c29522d70
commit 3ba4a569fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,12 @@ name: ESP8266
on:
push:
branches:
- '*' # matches every branch that doesn't contain a '/'
- '*/*' # matches every branch containing a single '/'
- '**' # matches every branch
- '!main' # excludes master
branches: main
paths-ignore:
- '**.md' # Do no build on *.md changes
jobs:
build:
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3