From 979cf68cebacc1ddf3907d3e73f8bfe091861281 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Sun, 21 Jul 2024 11:59:32 +0300 Subject: [PATCH] turn on CI on all the branches (#111) 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: