diff --git a/.github/workflows/industrial_ci.yml b/.github/workflows/industrial_ci.yml index bd45cbd..c2c13f4 100644 --- a/.github/workflows/industrial_ci.yml +++ b/.github/workflows/industrial_ci.yml @@ -3,9 +3,11 @@ name: industrial_ci on: push: paths-ignore: + - 'docs/**' - '**.md' pull_request: paths-ignore: + - 'docs/**' - '**.md' schedule: - cron: "0 2 * * 0" # Weekly on Sundays at 02:00