mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 18:55:49 +00:00
Update packageWorkflow.yml
This commit is contained in:
parent
50aa517bf5
commit
a01a12e312
1 changed files with 3 additions and 2 deletions
5
.github/workflows/packageWorkflow.yml
vendored
5
.github/workflows/packageWorkflow.yml
vendored
|
@ -1,7 +1,8 @@
|
|||
name: Package Pet Clinic
|
||||
|
||||
on: [push]
|
||||
branches: [main]
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue