test work flow

This commit is contained in:
zeaslity
2022-11-22 11:35:44 +08:00
parent b20edd9e9c
commit 2514c000fd

View File

@@ -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 ]