We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd4cc8a commit 580a7e3Copy full SHA for 580a7e3
.github/workflows/test-sdks-remote.yml
@@ -4,6 +4,8 @@ on:
4
push:
5
branches:
6
- main
7
+ paths:
8
+ - 'ufc/**'
9
workflow_dispatch:
10
11
jobs:
@@ -37,4 +39,4 @@ jobs:
37
39
trigger_workflow: true
38
40
wait_workflow: true
41
-
42
+
.github/workflows/test-sdks.yml
@@ -2,7 +2,9 @@ name: Test SDKs Locally
2
3
on:
pull_request:
- branches: [ "*" ]
0 commit comments