Skip to content

Commit

Permalink
Trigger on code changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bifurcation committed Oct 31, 2024
1 parent f716c60 commit 58fd672
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branches:
- main
paths:
- ".github/**"
- "**.cpp"

env:
CMAKE_BUILD_PARALLEL_LEVEL: 3
Expand Down
2 changes: 2 additions & 0 deletions src/common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

namespace MLS_NAMESPACE {

static void unused() {}

uint64_t
seconds_since_epoch()
{
Expand Down

0 comments on commit 58fd672

Please sign in to comment.