Merge pull request #464 from abrender/master
Remove `.github` exclusion for triggering workflows.
This commit is contained in:
commit
b56a8a7104
3 changed files with 0 additions and 6 deletions
2
.github/workflows/esp-idf_with-gfx.yml
vendored
2
.github/workflows/esp-idf_with-gfx.yml
vendored
|
@ -5,12 +5,10 @@ on:
|
|||
paths-ignore:
|
||||
- '**.md'
|
||||
- 'doc/**'
|
||||
- '.github/**'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
- 'doc/**'
|
||||
- '.github/**'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
2
.github/workflows/esp-idf_without-gfx.yml
vendored
2
.github/workflows/esp-idf_without-gfx.yml
vendored
|
@ -5,12 +5,10 @@ on:
|
|||
paths-ignore:
|
||||
- '**.md'
|
||||
- 'doc/**'
|
||||
- '.github/**'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
- 'doc/**'
|
||||
- '.github/**'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
2
.github/workflows/pio_build.yml
vendored
2
.github/workflows/pio_build.yml
vendored
|
@ -10,13 +10,11 @@ on:
|
|||
paths-ignore:
|
||||
- '**.md'
|
||||
- 'doc/**'
|
||||
- '.github/**'
|
||||
pull_request:
|
||||
branches: [ master, dev ]
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
- 'doc/**'
|
||||
- '.github/**'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue