瀏覽代碼

Fix CI by running on `main` branch instead of `master`

Ugh I hadn't noticed that CI was broken, which didn't pick up that a PR
didn't actually build.
Isaac Woods 2 年之前
父節點
當前提交
f40df8ea15
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/build.yml

+ 2 - 2
.github/workflows/build.yml

@@ -2,9 +2,9 @@ name: Build
 
 on:
   push:
-    branches: [ master ]
+    branches: [ main ]
   pull_request:
-    branches: [ master ]
+    branches: [ main ]
 
 env:
   CARGO_TERM_COLOR: always