From 7ac83fbfea1dda69913697cbefb9100f3641491d Mon Sep 17 00:00:00 2001 From: Andreas Schiffler Date: Sun, 7 Aug 2022 19:58:22 +0200 Subject: [PATCH] Update compile_esp8266.yml --- .github/workflows/compile_esp8266.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/compile_esp8266.yml b/.github/workflows/compile_esp8266.yml index f3be4cf4..0375daf0 100644 --- a/.github/workflows/compile_esp8266.yml +++ b/.github/workflows/compile_esp8266.yml @@ -2,7 +2,11 @@ name: ESP8266 on: push: - branches: !master + branches: + - '*' # matches every branch that doesn't contain a '/' + - '*/*' # matches every branch containing a single '/' + - '**' # matches every branch + - '!main' # excludes master paths-ignore: - '**.md' # Do no build on *.md changes jobs: