From bbb72a0894e5cf2d056c56d07576d8e144051107 Mon Sep 17 00:00:00 2001 From: GreatBahram Date: Thu, 10 Jun 2021 19:25:43 +0430 Subject: [PATCH] change the default branc to the add-attributes-only --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9007348d..d508fc30 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -4,9 +4,9 @@ on: workflow_dispatch: inputs: branch: - description: 'The branch, tag or SHA to release from' + description: 'The branch, tag or SHA to start the test from' required: true - default: 'master' + default: 'add-attributes-only' jobs: tests: