From 8bdc47fc68fc0dbbb3b65dc6dfb979abf07c02db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Simard?= Date: Mon, 16 Sep 2024 16:49:13 -0400 Subject: [PATCH] Enabled automatic triggering of workflow --- .github/workflows/prod_push_update_to_server.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/prod_push_update_to_server.yml b/.github/workflows/prod_push_update_to_server.yml index 388800699..34d057a43 100644 --- a/.github/workflows/prod_push_update_to_server.yml +++ b/.github/workflows/prod_push_update_to_server.yml @@ -3,14 +3,14 @@ name: Update website on server # Controls when the action will run. Workflow runs when manually triggered using the UI or API. on: workflow_dispatch: -# push: -# branches: -# - main -# paths-ignore: -# - 'README.md' -# - 'LICENSE' -# - '.gitignore' -# - '.github/**' + push: + branches: + - main + paths-ignore: + - 'README.md' + - 'LICENSE' + - '.gitignore' + - '.github/**' # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: