mirror of
https://github.com/monlor/MIXBOX-ARCHIVE.git
synced 2026-03-10 23:41:27 +00:00
2020-03-05 21:36:01
This commit is contained in:
14
.github/workflows/main.yml
vendored
14
.github/workflows/main.yml
vendored
@@ -1,6 +1,18 @@
|
||||
name: Main-CI
|
||||
|
||||
on: [push, pull_request]
|
||||
# on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branchs:
|
||||
- master
|
||||
- test
|
||||
- dev
|
||||
ignore-paths:
|
||||
- '.github'
|
||||
- 'README.md'
|
||||
pull_request:
|
||||
branchs:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
|
||||
Reference in New Issue
Block a user