From 88d071fbb46cc2d42a12fde02c28210edcd37909 Mon Sep 17 00:00:00 2001 From: Ewout ter Hoeven Date: Thu, 11 Jul 2024 11:57:52 +0200 Subject: [PATCH] CI: Always run on push to master branch Currently the CI doesn't run when a commit is pushed to the master branch, except if the configuration itself is changed. This is a bit strange, because you would always want to validate that the master branch is testing properly, especially with more complex squash / rebase merges. --- .github/workflows/test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 13cd3b10..2131feba 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,8 +4,6 @@ on: push: branches: - master - paths: - - '.github/workflows/test.yml' pull_request: workflow_dispatch: schedule: