From a2bab164c12c30777b8021920d5ed6cfcc8af151 Mon Sep 17 00:00:00 2001 From: Xavier Bouclet Date: Tue, 9 Apr 2024 22:18:04 -0400 Subject: [PATCH] trigger deploy when pushed on master --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7895873..70519ea 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,8 @@ name: Deploy Jekyll site to Pages on: # Runs on pushes targeting the default branch push: - branches: master + branches: + - master # Allows you to run this workflow manually from the Actions tab workflow_dispatch: