From 825f31287a75c870db7a2f8018e5616032feec4a Mon Sep 17 00:00:00 2001 From: Fabio Belavenuto Date: Thu, 7 Jul 2022 08:28:12 -0300 Subject: [PATCH] More adjusts in actions --- .github/workflows/main.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f8a26aea..8272e394 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,7 +2,12 @@ name: Build image # Controls when the workflow will run on: - + + # Push only in dev + push: + branches: + - dev + # When a release is published release: types: [published] @@ -34,7 +39,7 @@ jobs: - name: Install dependencies run: | sudo apt-get update - sudo apt-get install -y libelf-dev + sudo apt-get install -y libelf-dev qemu-utils # Prepare buildroot for first make (for cache) - name: Prepare buildroot