We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e84f10b commit 0540847Copy full SHA for 0540847
.github/workflows/titan-reactor.yml .github/workflows/cloudflare.yml
@@ -4,7 +4,8 @@ on:
4
workflow_dispatch:
5
push:
6
branches:
7
- - release
+ - dev
8
+ - main
9
10
jobs:
11
publish:
README.md
@@ -51,7 +51,7 @@ This is Titan Reactor the WebGL renderer + plugin system. It consists of three p
51
52
Using node 18+, yarn 1.x
53
54
-Clone this repo.
+Clone this repo. The development branch is `dev` and `main` is used for releases.
55
56
In this repo:
57
0 commit comments