aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormrfaptastic <12006953+mrfaptastic@users.noreply.github.com>2023-05-28 17:27:04 +0100
committerGitHub <noreply@github.com>2023-05-28 17:27:04 +0100
commitb56a8a71049eeb56ee5b8940447084fa73c69f05 (patch)
tree934d963d4f8e5fd45024ca6cecb7df1edc170f4a
parente27231f5ca9a26ab60ee0968ea152c338391428e (diff)
parent36a9a686aca292e489ce15669a93bc443ddf1a17 (diff)
Merge pull request #464 from abrender/master
Remove `.github` exclusion for triggering workflows.
-rw-r--r--.github/workflows/esp-idf_with-gfx.yml2
-rw-r--r--.github/workflows/esp-idf_without-gfx.yml2
-rw-r--r--.github/workflows/pio_build.yml2
3 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/esp-idf_with-gfx.yml b/.github/workflows/esp-idf_with-gfx.yml
index abe875b..c11dc0d 100644
--- a/.github/workflows/esp-idf_with-gfx.yml
+++ b/.github/workflows/esp-idf_with-gfx.yml
@@ -5,12 +5,10 @@ on:
paths-ignore:
- '**.md'
- 'doc/**'
- - '.github/**'
pull_request:
paths-ignore:
- '**.md'
- 'doc/**'
- - '.github/**'
jobs:
build:
diff --git a/.github/workflows/esp-idf_without-gfx.yml b/.github/workflows/esp-idf_without-gfx.yml
index 5fa06a4..c9007fa 100644
--- a/.github/workflows/esp-idf_without-gfx.yml
+++ b/.github/workflows/esp-idf_without-gfx.yml
@@ -5,12 +5,10 @@ on:
paths-ignore:
- '**.md'
- 'doc/**'
- - '.github/**'
pull_request:
paths-ignore:
- '**.md'
- 'doc/**'
- - '.github/**'
jobs:
build:
diff --git a/.github/workflows/pio_build.yml b/.github/workflows/pio_build.yml
index e5ed4c6..edf7416 100644
--- a/.github/workflows/pio_build.yml
+++ b/.github/workflows/pio_build.yml
@@ -10,13 +10,11 @@ on:
paths-ignore:
- '**.md'
- 'doc/**'
- - '.github/**'
pull_request:
branches: [ master, dev ]
paths-ignore:
- '**.md'
- 'doc/**'
- - '.github/**'
jobs:
build: