From 1b1161901404fff96d987f6a048407259a22edac Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Tue, 2 Feb 2021 19:28:41 +0100 Subject: [PATCH] Enable all branches, both for push and pull requests The most important it the push one, because anybody contributing to mooodle-plugin-ci wont get their dev/proposal branches tested. Only if they work on master, they will. About pull requests, this is less critical, as far as master is out only current branch. But tomorrow we may rename it, or create new upstream branches, so there isn't anything wrong opening the doors to that now. --- .github/workflows/test.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 18c15a25..7c753036 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,11 +1,6 @@ name: Moodle Plugin CI -on: - push: - branches: [ 'master' ] - pull_request: - branches: [ 'master' ] - workflow_dispatch: +on: [push, pull_request, workflow_dispatch] jobs: selftest: