mirror of
https://github.com/monlor/MIXBOX-ARCHIVE.git
synced 2026-03-10 23:41:27 +00:00
Merge branch 'master' into test
This commit is contained in:
17
.github/workflows/main.yml
vendored
17
.github/workflows/main.yml
vendored
@@ -13,7 +13,22 @@ name: CI
|
||||
# - 'apps/**'
|
||||
# - 'appsbin/**'
|
||||
# - 'temp/**'
|
||||
on: [push, pull_request]
|
||||
# on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- 'README.md'
|
||||
- 'tools'
|
||||
branchs:
|
||||
- 'test'
|
||||
- 'master'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'README.md'
|
||||
- 'tools'
|
||||
branchs:
|
||||
- 'test'
|
||||
- 'master'
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
|
||||
Reference in New Issue
Block a user