Skip to content

Commit

Permalink
merger master
Browse files Browse the repository at this point in the history
  • Loading branch information
xanthospap committed Dec 18, 2024
1 parent 5a8884f commit 0767265
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/full-linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: Full Linux CI Build and Test

on:
push:
branches: []
branches:
- master
pull_request:
branches: []
branches:
- master

jobs:
build:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/minimal-linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: Minimal Linux CI build

on:
push:
branches: [ "master", "cleanup" ]
branches:
- cleanup
pull_request:
branches: [ "master" ]
branches:
- cleanup

jobs:
build:
Expand Down
7 changes: 0 additions & 7 deletions include/calendar.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@ template <typename T> using DatetimeUtc = datetime_utc<T>;
/** alias for TwoPartDate */
using MjdEpoch = TwoPartDate;

void foobar()

{
if (1==2) { return 1;}
else {return 2;}
}

} /* namespace dso */

#endif

0 comments on commit 0767265

Please sign in to comment.