Merge branch 'master' of https://github.com/metersphere/metersphere
This commit is contained in:
commit
1665a0f91a
|
@ -3,13 +3,15 @@ name: Build Docker Image and Push
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
- v1*
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
- v1*
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build_push:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in New Issue