From dd263683ab3e997c2399e390e4d2d2d7962159f4 Mon Sep 17 00:00:00 2001 From: Carlos Azuaje Date: Sat, 12 Aug 2023 16:29:00 -0300 Subject: [PATCH] update github action --- .github/workflows/deploy.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d31dec4..ddf6a5f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,3 +1,9 @@ +name: Deploy Documentation in Github Pages + +on: + push: + branches: [main] + jobs: build_test: runs-on: ubuntu-latest