From ea9d85a99db01bece2fe40558232724cd5b422cb Mon Sep 17 00:00:00 2001 From: Slava <20563034+veaceslavdoina@users.noreply.github.com> Date: Tue, 15 Oct 2024 10:17:32 +0300 Subject: [PATCH] Trigger deploy on index.html changes as well (#2) --- .github/workflows/get-codex.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/get-codex.yml b/.github/workflows/get-codex.yml index cb00969..891acb3 100644 --- a/.github/workflows/get-codex.yml +++ b/.github/workflows/get-codex.yml @@ -6,6 +6,7 @@ on: - master paths: - install.sh + - index.html - .github/workflows/get-codex.yml workflow_dispatch: