Skip to content

Commit ac5ee62

Browse files
committed
On branch edburns/dd-2855288-add-smoke-test-to-build-and-test
modified: .github/workflows/run-smoke-test.yml - Only run on main. Signed-off-by: Ed Burns <edburns@microsoft.com>
1 parent 4562fc1 commit ac5ee62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/run-smoke-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
smoke-test:
1111
name: Build SDK and run smoke test
1212
runs-on: ubuntu-latest
13+
if: github.ref == 'refs/heads/main'
1314
steps:
1415
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1516

0 commit comments

Comments
 (0)