diff --git a/.github/workflows/compile_esp8266.yml b/.github/workflows/compile_release.yml similarity index 98% rename from .github/workflows/compile_esp8266.yml rename to .github/workflows/compile_release.yml index 490ee17d..6a541304 100644 --- a/.github/workflows/compile_esp8266.yml +++ b/.github/workflows/compile_release.yml @@ -5,6 +5,7 @@ on: branches: main paths: - 'src/**' # build only when changes occur here + - '.github/workflows/compile_release.yml' - '!README.md' - '!CHANGES.md' - '!User_Manual.md'