fix github action (jobs not running)

This commit is contained in:
Peter Buchegger 2022-03-27 01:47:54 +01:00
parent 44e4f8ec41
commit 593703b57a
2 changed files with 4 additions and 1 deletions

View file

@ -5,6 +5,9 @@ on:
branches:
- '*'
- '!master'
pull_request:
branches:
- master
jobs:
version_check:

View file

@ -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);