Browse Source

Fix CI action to use new branch name

Isaac Woods 3 years ago
parent
commit
98ade376b7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/rust.yml

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

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