mirror of
https://github.com/nasa/trick.git
synced 2025-01-18 02:40:08 +00:00
exclude docs and other workflows from trickops
This commit is contained in:
parent
5acd8dd4b4
commit
77c761016c
8
.github/workflows/trickops.yml
vendored
8
.github/workflows/trickops.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user