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
9
.github/workflows/run-jmeter-test.yml
vendored
9
.github/workflows/run-jmeter-test.yml
vendored
|
@ -1,11 +1,10 @@
|
||||||
name: Test JMeter Action
|
name: Test JMeter Action
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches: [ main ]
|
||||||
- master
|
pull_request:
|
||||||
pull_request:
|
branches: [ main ]
|
||||||
branches: [master]
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
action_build:
|
action_build:
|
||||||
|
|
Loading…
Reference in a new issue