diff --git a/.github/workflows/rest-sample.yaml b/.github/workflows/rest-sample.yaml index 63d16845..a5c318ac 100644 --- a/.github/workflows/rest-sample.yaml +++ b/.github/workflows/rest-sample.yaml @@ -11,9 +11,9 @@ env: on: workflow_dispatch: push: - branches: [ "foobar" ] + branches: [ "main" ] pull_request: - branches: [ "foobar" ] + branches: [ "main" ] jobs: test-sample: