summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Woolcock <pwoolcoc@gmail.com>2021-05-19 16:07:34 -0400
committerGitHub <noreply@github.com>2021-05-19 16:07:34 -0400
commitc98ddbcf4d901fb8f87297ee3a3882a5e50e4113 (patch)
tree6126362d3eea144050fa984c19e9590510fe6754
parent8e693a39cd91c8650dac937dbd75b75a5e01f4e6 (diff)
Change github actions to build off `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 f26ac8a..6f99a12 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 ]
env:
CARGO_TERM_COLOR: always