diff --git a/.github/workflows/build_check.yml b/.github/workflows/build_check.yml index 65b055c4..76868338 100644 --- a/.github/workflows/build_check.yml +++ b/.github/workflows/build_check.yml @@ -5,6 +5,9 @@ on: branches: - '*' - '!master' + pull_request: + branches: + - master jobs: version_check: diff --git a/src/LoRa_APRS_iGate.cpp b/src/LoRa_APRS_iGate.cpp index de4cc71a..62355c98 100644 --- a/src/LoRa_APRS_iGate.cpp +++ b/src/LoRa_APRS_iGate.cpp @@ -20,7 +20,7 @@ #include "TaskWifi.h" #include "project_configuration.h" -#define VERSION "22.12.1" +#define VERSION "22.12.2" #define MODULE_NAME "Main" String create_lat_aprs(double lat);