summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2021-04-01 18:40:01 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2021-04-01 18:40:01 +0800
commit7f3c3a4facebcd6daf2c8532087204904adf38d0 (patch)
treeb4f30e9e44f7f32721ca8aa868ed82c5d25ae8db
parent6907724b1856466d9603fcab1b59450e6973aadb (diff)
Run actions on main
-rw-r--r--.github/workflows/rust.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 8311ef1..1d16362 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -2,9 +2,9 @@ name: Rust
on:
push:
- branches: [ master ]
+ branches: [ main ]
pull_request:
- branches: [ master ]
+ branches: [ main ]
jobs:
build-and-test: