Skip to content

Commit

Permalink
fix github action (jobs not running)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterus committed Mar 27, 2022
1 parent 44e4f8e commit 593703b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- '*'
- '!master'
pull_request:
branches:
- master

jobs:
version_check:
Expand Down
2 changes: 1 addition & 1 deletion src/LoRa_APRS_iGate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 593703b

Please sign in to comment.