commit:     741926e95352df63ee480d768d442a5486ee7354
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 12 18:54:00 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 11 00:12:38 2025 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=741926e9

github: ci: run CI on all branches

This helps to find CI errors early in the development process, without
having to create a pull request against the master branch.

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
Part-of: https://github.com/gentoo/portage/pull/1421
Closes: https://github.com/gentoo/portage/pull/1421
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .github/workflows/ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 42c59c2d68..13860c1491 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -2,7 +2,6 @@ name: CI
 
 on:
   push:
-    branches: [ master ]
   pull_request:
     branches: [ master ]
 

Reply via email to