mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:25:49 +00:00
Update main.yml
This commit is contained in:
parent
218c84a580
commit
0d7001f679
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -1,9 +1,9 @@
|
||||||
name: CI
|
name: CI
|
||||||
on:
|
on:
|
||||||
#push:
|
#push:
|
||||||
# branches: [ master ]
|
# branches: [ main ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches: [ main ]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue