Update m5atom-matrix.yml
This commit is contained in:
parent
ef9a17e7e1
commit
22de5f91e0
|
@ -1,4 +1,5 @@
|
||||||
name: Remote run m5atom-matrix
|
name: Remote run m5atom-matrix
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
@ -8,6 +9,11 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
release:
|
release:
|
||||||
types: [published]
|
types: [published]
|
||||||
|
|
||||||
|
env:
|
||||||
|
PIO_USERNAME: ""
|
||||||
|
PIO_PASSWORD: ""
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in New Issue