From 52378ccfecaa65e3430aa7146309835e64183e97 Mon Sep 17 00:00:00 2001 From: proJM <81658610+proJM-Coding@users.noreply.github.com> Date: Tue, 28 May 2024 23:38:23 +0000 Subject: [PATCH] Update build_iso.yml --- .github/workflows/build_iso.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build_iso.yml b/.github/workflows/build_iso.yml index 2864fcb..a2f7a6b 100644 --- a/.github/workflows/build_iso.yml +++ b/.github/workflows/build_iso.yml @@ -6,6 +6,11 @@ on: - main schedule: - cron: '05 10 * * 2' + push: + branches: + - main + paths-ignore: + - '**/README.md' concurrency: group: ${{ github.workflow }}-${{ github.ref || github.run_id }}-iso