test work flow
This commit is contained in:
8
.github/workflows/build-push-docker.yml
vendored
8
.github/workflows/build-push-docker.yml
vendored
@@ -5,10 +5,10 @@ name: Maven Package
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
# Triggers the workflow on push or pull request events but only for the main branch
|
# Triggers the workflow on push or pull request events but only for the main branch
|
||||||
push:
|
# push:
|
||||||
# branches: [ main ]
|
## branches: [ main ]
|
||||||
tags: # tags 更新时触发 workflow
|
# tags: # tags 更新时触发 workflow
|
||||||
- 'v*'
|
# - 'v*'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user