diff options
| author | Avi <avibrender@gmail.com> | 2023-05-22 20:11:55 +0000 |
|---|---|---|
| committer | Avi <avibrender@gmail.com> | 2023-05-22 20:11:55 +0000 |
| commit | 36a9a686aca292e489ce15669a93bc443ddf1a17 (patch) | |
| tree | 934d963d4f8e5fd45024ca6cecb7df1edc170f4a /.github/workflows | |
| parent | e27231f5ca9a26ab60ee0968ea152c338391428e (diff) | |
Remove `.github` exclusion for triggering workflows.
I believe that we want to trigger actions/workflows when the workflow files in .github/workflows are updated; this is how we will know that they work :)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/esp-idf_with-gfx.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/esp-idf_without-gfx.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/pio_build.yml | 2 |
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: |
