@@ -2,11 +2,10 @@ name: Build
on:
push:
- branches:
- - master
pull_request:
+ workflow_dispatch:
+ schedule:
+ - cron: 0 20 * * *
jobs:
@@ -9,6 +9,8 @@ import "base:intrinsics"
import "core:log"
import "core:mem"
+_ :: mem
+
WINDOW_SIZE :: 1000
GRID_WIDTH :: 20
CELL_SIZE :: 16