From 161a9bb027c2e44d35140c1404a733de5cd93169 Mon Sep 17 00:00:00 2001 From: Jora Troosh Date: Sat, 13 Jul 2024 13:47:12 +0300 Subject: [PATCH] fix: make CI/CD run on any file changes --- .github/workflows/ci.yaml | 2 -- src/templates/.github/workflows/cd.yaml | 2 -- src/templates/.github/workflows/ci.yaml | 2 -- 3 files changed, 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0f69e11..36b77d0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,11 +3,9 @@ name: Continuous Integration on: push: branches: [main] - paths: ["**.zig"] pull_request: branches: [main] - paths: ["**.zig"] workflow_dispatch: diff --git a/src/templates/.github/workflows/cd.yaml b/src/templates/.github/workflows/cd.yaml index 47c238d..8a1a6f1 100644 --- a/src/templates/.github/workflows/cd.yaml +++ b/src/templates/.github/workflows/cd.yaml @@ -3,11 +3,9 @@ name: Continuous Delivery on: push: branches: [main] - paths: ["**.zig"] pull_request: branches: [main] - paths: ["**.zig"] workflow_dispatch: diff --git a/src/templates/.github/workflows/ci.yaml b/src/templates/.github/workflows/ci.yaml index 4b729f6..ddd6b82 100644 --- a/src/templates/.github/workflows/ci.yaml +++ b/src/templates/.github/workflows/ci.yaml @@ -3,11 +3,9 @@ name: Continuous Integration on: push: branches: [main] - paths: ["**.zig"] pull_request: branches: [main] - paths: ["**.zig"] workflow_dispatch: