From 189bcbca798d0bc0a8dc521f4102ee247cfa6b56 Mon Sep 17 00:00:00 2001 From: Efraim Munthe Date: Wed, 6 Nov 2024 16:12:01 +0700 Subject: [PATCH] don't trigger actions when issue template is updated don't trigger actinos when issue template is updated on push and pull request --- .github/workflows/lint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9733f439..8a343555 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -4,6 +4,8 @@ on: # Trigger the workflow on push or pull request, # but only for the main branch push: + paths-ignore: + - .github/ISSUE_TEMPLATE/** branches: - main # Replace pull_request with pull_request_target if you