From f8b0e67191d73cc602adc407b1021a2f3c1ae9a6 Mon Sep 17 00:00:00 2001 From: Josh Kneubuhl Date: Tue, 15 Nov 2022 07:59:55 -0500 Subject: [PATCH] test build Signed-off-by: Josh Kneubuhl --- .github/workflows/rest-sample.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: