ci: trigger workflows off main instead of rewrite
change yyyywxntysuuuwqvkqypksspkrvrnyty
commit 18b4850d7357740ad37a4c1789d10598cf1329ac
author Alpha Chen <alpha@kejadlen.dev>
date
parent wxzwtqpk
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 47d11d5..d602983 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -2,7 +2,7 @@ name: CI
 
 on:
   push:
-    branches: [rewrite]
+    branches: [main]
   pull_request:
 
 jobs:
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index fca19c7..1f5c2a5 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -5,7 +5,7 @@ on:
   workflow_run:
     workflows: [CI]
     types: [completed]
-    branches: [rewrite]
+    branches: [main]
 
 permissions:
   contents: write