From c97dd7740480af123ddbe1f8a56275909245ac9a Mon Sep 17 00:00:00 2001 From: Pol Henarejos <55573252+polhenarejos@users.noreply.github.com> Date: Sat, 4 Feb 2023 23:49:55 +0100 Subject: [PATCH] Update test.yml Only master branch is used. --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e4575df..2b1db3c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,10 +13,10 @@ name: "Emulation and test" on: push: - branches: [ "master", "development" ] + branches: [ "master" ] pull_request: # The branches below must be a subset of the branches above - branches: [ "master", "development" ] + branches: [ "master" ] schedule: - cron: '23 5 * * 4'