From 0c1fd164c8003945053a15f9eeb2e37e28346372 Mon Sep 17 00:00:00 2001 From: Andre Brito Date: Fri, 10 Nov 2023 12:38:09 -0300 Subject: [PATCH] Changed pipeline to test with elixir --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 8123dbe..a145742 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -22,7 +22,7 @@ on: jobs: SVC: - uses: andrebrito16/iac-github-actions/.github/workflows/svc.yml@main + uses: andrebrito16/iac-github-actions/.github/workflows/svc.yml@feat/added-elixir-build secrets: inherit with: mainBranch: master