aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormrfaptastic <12006953+mrfaptastic@users.noreply.github.com>2023-02-06 00:08:14 +0000
committerGitHub <noreply@github.com>2023-02-06 00:08:14 +0000
commit859a25079944769bdf6a6bf1bc2f7b0db8111a5a (patch)
treecd11a4769ec697f13cd36d7a4b43f883fe0cf680
parent29e04d916a5e88bf2f81f026a0a6ff9ba28d722f (diff)
parent37dd23333965bb4acaee739c54ffc6d7f2486761 (diff)
Merge pull request #389 from elliotmatson/patch-2
Prevent CI from running on README/docs updates
-rw-r--r--.github/workflows/pio_build.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/pio_build.yml b/.github/workflows/pio_build.yml
index d64bda4..06729b5 100644
--- a/.github/workflows/pio_build.yml
+++ b/.github/workflows/pio_build.yml
@@ -7,8 +7,16 @@ name: PlatformIO CI
on:
push:
branches: [ master, dev ]
+ paths-ignore:
+ - '**.md'
+ - 'doc/**'
+ - '.github/**'
pull_request:
branches: [ master, dev ]
+ paths-ignore:
+ - '**.md'
+ - 'doc/**'
+ - '.github/**'
jobs:
build: