Skip to content

Commit f5f41fb

Browse files
author
Anuraag Agrawal
authored
Merge pull request #277 from anuraaga/integration-master
Only run integration tests on master.
2 parents 9c322d7 + ccef4c1 commit f5f41fb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/IntegrationTesting.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Integration Testing
2-
on: push
2+
on:
3+
push:
4+
branches:
5+
- master
36

47
jobs:
58
build_SDK:

0 commit comments

Comments
 (0)