From a0be960a5b99917a251d3a0e0b79c8109a4c9b27 Mon Sep 17 00:00:00 2001 From: Christopher Cartland Date: Fri, 24 Oct 2025 13:06:59 -0700 Subject: [PATCH] Rename workflow from 'Build snippets' to 'Build iOS snippets' --- .github/workflows/build-ios.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-ios.yml b/.github/workflows/build-ios.yml index 6e6d9a06..12046875 100644 --- a/.github/workflows/build-ios.yml +++ b/.github/workflows/build-ios.yml @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -name: Build snippets +name: Build iOS snippets on: push: