From 31841ec17e5baffff9dbe128ea247a04cb34f533 Mon Sep 17 00:00:00 2001 From: Alexandre DEVELY <12896316+alexandredevely@users.noreply.github.com> Date: Thu, 21 Dec 2023 10:25:41 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c6694aa..aeb9e4d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,11 +4,7 @@ name: main # Controls when the action will run. Triggers the workflow on push or pull request # events but only for the master branch -on: - push: - branches: ['3.1'] - pull_request: - branches: ['3.1'] +on: [push, pull_request] # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: