format
This commit is contained in:
parent
9fc67e37f6
commit
010561596e
6
.github/workflows/auto-build.yml
vendored
6
.github/workflows/auto-build.yml
vendored
@ -5,13 +5,12 @@ name: BuildCI
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master, enc ]
|
branches: [master, enc]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master, enc ]
|
branches: [master, enc]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
@ -33,4 +32,3 @@ jobs:
|
|||||||
path: |
|
path: |
|
||||||
main.js
|
main.js
|
||||||
manifest.json
|
manifest.json
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user