Skip to content

Commit

Permalink
add missing fields
Browse files Browse the repository at this point in the history
  • Loading branch information
thatstoasty committed Sep 25, 2024
1 parent c4a1b2d commit c3cae4b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
push:
branches:
- nightly
paths:
- src/**
# paths:
# - src/**

# on: ["push"]

Expand Down
5 changes: 5 additions & 0 deletions mojoproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ description = "Datetime library."
name = "small_time"
platforms = ["osx-arm64", "linux-64"]
version = "0.1.4.nightly"
license = "MIT"
license-file = "LICENSE"
homepage = "https://github.com/thatstoasty/small-time"
repository = "https://github.com/thatstoasty/small-time"


[tasks]
run_file = "bash scripts/run_file.sh"
Expand Down

0 comments on commit c3cae4b

Please sign in to comment.