mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-02-04 21:31:11 +00:00
Update main.yml
Signed-off-by: nirpel-sys <nirpel@jfrog.com>
This commit is contained in:
parent
f50fa2fd99
commit
6b6ddbf321
1 changed files with 6 additions and 1 deletions
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
|
|
@ -1,4 +1,9 @@
|
|||
jobs:
|
||||
name: PetClinic JFrog CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "main" ] # Triggers on every push to main
|
||||
workflow_dispatch: # Adds a "Run workflow" button in the GitHub UIjobs:
|
||||
build-and-publish:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue