exclude docs and other workflows from trickops

This commit is contained in:
Scott Fennell 2021-05-26 22:07:56 -05:00 committed by GitHub
parent 5acd8dd4b4
commit 77c761016c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,12 @@
name: TrickOps name: TrickOps
# This workflow is triggered on pushes to the repository. # 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: defaults:
run: run: