mirror of
https://github.com/nasa/trick.git
synced 2025-01-31 00:24:03 +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
|
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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user