mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 06:45:50 +00:00
change branch to main
This commit is contained in:
parent
f0d43cc644
commit
6d23397758
1 changed files with 4 additions and 5 deletions
5
.github/workflows/run-jmeter-test.yml
vendored
5
.github/workflows/run-jmeter-test.yml
vendored
|
@ -2,10 +2,9 @@ name: Test JMeter Action
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [master]
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
action_build:
|
||||
|
|
Loading…
Reference in a new issue