From e1f2ed59d6beb750cb9b6fe5d734563a8ac1f05b Mon Sep 17 00:00:00 2001 From: tmigot Date: Tue, 31 Jan 2023 12:09:36 -0500 Subject: [PATCH 1/2] Trigger deploy on `Project.toml` modification --- .github/workflows/Deploy-internal.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/Deploy-internal.yml b/.github/workflows/Deploy-internal.yml index dbb8d77..775b61e 100644 --- a/.github/workflows/Deploy-internal.yml +++ b/.github/workflows/Deploy-internal.yml @@ -5,6 +5,7 @@ on: - main paths: - "**/*.jmd" + - "**/Project.toml" jobs: generate-job-strategy-matrix: From fbf67d9dafe4c617f3a9b1a6aa60de7817c84a7a Mon Sep 17 00:00:00 2001 From: tmigot Date: Tue, 31 Jan 2023 12:10:29 -0500 Subject: [PATCH 2/2] Trigger deploy on `Project.toml` modification --- .github/workflows/Deploy-website.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/Deploy-website.yml b/.github/workflows/Deploy-website.yml index f1edd6e..c396d08 100644 --- a/.github/workflows/Deploy-website.yml +++ b/.github/workflows/Deploy-website.yml @@ -5,6 +5,7 @@ on: - main paths: - "**/*.jmd" + - "**/Project.toml" workflow_dispatch: jobs: