mirror of
https://github.com/lumapu/ahoy.git
synced 2025-08-01 23:48:24 +02:00
Update compile_esp8266.yml
This commit is contained in:
parent
5c29522d70
commit
3ba4a569fc
1 changed files with 2 additions and 6 deletions
8
.github/workflows/compile_esp8266.yml
vendored
8
.github/workflows/compile_esp8266.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue