Browse Source

Update compile_esp8266.yml

pull/134/head
Andreas Schiffler 3 years ago
committed by GitHub
parent
commit
3ba4a569fc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      .github/workflows/compile_esp8266.yml

8
.github/workflows/compile_esp8266.yml

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

Loading…
Cancel
Save