diff --git a/.github/workflows/run-jmeter-test.yml b/.github/workflows/run-jmeter-test.yml index 212048367..d1435c866 100644 --- a/.github/workflows/run-jmeter-test.yml +++ b/.github/workflows/run-jmeter-test.yml @@ -1,11 +1,10 @@ name: Test JMeter Action on: - push: - branches: - - master - pull_request: - branches: [master] + push: + branches: [ main ] + pull_request: + branches: [ main ] jobs: action_build: