From 9ae12c3e554500660b3df055ef34083bb1381d5c Mon Sep 17 00:00:00 2001 From: Fabio Belavenuto Date: Fri, 8 Jul 2022 09:18:23 -0300 Subject: [PATCH 1/2] 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: From 15db76e0a7f1a0c3df5e4dee0e14064831b8b435 Mon Sep 17 00:00:00 2001 From: Fabio Belavenuto Date: Fri, 8 Jul 2022 09:22:46 -0300 Subject: [PATCH 2/2] testing actions --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 30e024b2..2c11d78a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,7 +5,7 @@ on: # Push and PR push: - pull_request: +# pull_request: # When a release is published # release: