From 897f526d42a1f55e56e412cc824771cd484b786d Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Wed, 4 Aug 2021 01:20:15 +0000 Subject: [PATCH] Run Github actions on any push, and PRs to main and develop. --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 09708d3..db237a8 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -2,9 +2,9 @@ name: Rust on: push: - branches: [ main ] + branches: [ '*' ] pull_request: - branches: [ main ] + branches: [ main, develop ] env: CARGO_TERM_COLOR: always