nope, wrong fix
This commit is contained in:
parent
0d230008de
commit
4d183136c9
3
.github/workflows/update_examples.yml
vendored
3
.github/workflows/update_examples.yml
vendored
|
|
@ -3,12 +3,13 @@ name: Update examples collection
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
branches: [ '**' ]
|
|
||||||
paths:
|
paths:
|
||||||
- 'examples/**'
|
- 'examples/**'
|
||||||
|
- 'tools/rexm/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- 'examples/**'
|
- 'examples/**'
|
||||||
|
- 'tools/rexm/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user