From 2da4ac5979c46bee48943a1b11a241edabb4a570 Mon Sep 17 00:00:00 2001 From: biologist79 <57354741+biologist79@users.noreply.github.com> Date: Wed, 16 Jun 2021 13:41:12 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5bd315d..22c9f43 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,16 +2,16 @@ name: Build all boards on: push: branches: - - master + - refactoring jobs: main: name: Build all boards runs-on: ubuntu-latest steps: - - uses: actions/checkout@master + - uses: actions/checkout@refactoring - name: Setup Python - uses: actions/setup-python@master + uses: actions/setup-python@refactoring with: python-version: '3.x' - name: Install Platform IO