From cf1ac2a02672a44e02e8e11a110beb12774f970a Mon Sep 17 00:00:00 2001 From: Fabio Belavenuto Date: Fri, 8 Jul 2022 09:18:23 -0300 Subject: [PATCH] testing actions --- .github/workflows/main.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8272e394..30e024b2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,14 +3,13 @@ name: Build image # Controls when the workflow will run on: - # Push only in dev + # Push and PR push: - branches: - - dev + pull_request: # When a release is published - release: - types: [published] +# release: +# types: [published] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: