From 9c663adade82c3ee6302f2772b00528d6a2ddffa Mon Sep 17 00:00:00 2001 From: Gabor Szabo Date: Mon, 20 May 2024 08:03:20 +0300 Subject: [PATCH] turn on CI on all the branches So people working on pull-request in branches will be able to enable GitHub Actions and benefit from it. --- .github/workflows/rust.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 2ddf4943b..11e3b8a30 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -2,11 +2,7 @@ name: Rust on: push: - branches: - - master pull_request: - branches: - - master jobs: build: