fix github action (jobs not running)

pull/176/head
Peter Buchegger 2022-03-27 01:47:54 +01:00
rodzic 44e4f8ec41
commit 593703b57a
2 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

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

Wyświetl plik

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