From cb7af2e46a5c8f19fe5df03b58cd7d6045cc821b Mon Sep 17 00:00:00 2001 From: N3v1 Date: Sun, 15 Sep 2024 16:58:04 +0200 Subject: [PATCH] (chore): Update gyb ci workflow --- .github/workflows/compile_gyb_sources.yml | 34 +++++++++++------------ 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/compile_gyb_sources.yml b/.github/workflows/compile_gyb_sources.yml index 774f9a0..a035470 100644 --- a/.github/workflows/compile_gyb_sources.yml +++ b/.github/workflows/compile_gyb_sources.yml @@ -1,23 +1,23 @@ name: Compile gyb sources 🚀 on: - workflow_dispatch: - inputs: - trigger: - description: "Manually trigger the workflow" - required: true - default: "true" - push: - branches: - - main - paths: - - ".github/workflows/compile_gyb_sources.yml" - - "utils/generate_sources.sh" - - "*.swift.gyb" - - "*.mm.gyb" - pull_request: - branches: - - main + push: + branches: + - main + paths: + - ".github/workflows/compile_gyb_sources.yml" + - "utils/generate_sources.sh" + - "*.swift.gyb" + - "*.mm.gyb" + pull_request: + branches: + - main + workflow_dispatch: + inputs: + trigger: + description: "Manually trigger the workflow" + required: true + default: "true" jobs: compile_gyb_sources: