From 77c761016c11ef0a06398d2b363b42d42f59672d Mon Sep 17 00:00:00 2001 From: Scott Fennell Date: Wed, 26 May 2021 22:07:56 -0500 Subject: [PATCH] exclude docs and other workflows from trickops --- .github/workflows/trickops.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/trickops.yml b/.github/workflows/trickops.yml index 8b8a5265..57373b36 100644 --- a/.github/workflows/trickops.yml +++ b/.github/workflows/trickops.yml @@ -1,6 +1,12 @@ name: TrickOps # This workflow is triggered on pushes to the repository. -on: [push, pull_request] +on: + push: + paths-ignore: + - 'docs/**' + - '.github/workflows/**' + - '!.github/workflows/trickops.yml' + pull_request: defaults: run: