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:
|
||||
# Triggers the workflow on push or pull request events but only for the main branch
|
||||
push:
|
||||
# branches: [ main ]
|
||||
tags: # tags 更新时触发 workflow
|
||||
- 'v*'
|
||||
# push:
|
||||
## branches: [ main ]
|
||||
# tags: # tags 更新时触发 workflow
|
||||
# - 'v*'
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user