mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2025-12-06 07:42:00 +01:00
Merge pull request #176 from lora-aprs/update_version_check
fix github action (jobs not running)
This commit is contained in:
commit
228171c59b
3
.github/workflows/build_check.yml
vendored
3
.github/workflows/build_check.yml
vendored
|
|
@ -5,6 +5,9 @@ on:
|
|||
branches:
|
||||
- '*'
|
||||
- '!master'
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
version_check:
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue