Skip to content

Commit f516ac7

Browse files
authored
Rename pipeline to just build
1 parent 281b740 commit f516ac7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/make-rel-ios.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build Safari Extension
1+
name: Build Extension
22
on:
33
push:
44
branches: ["main", "ios-ci"]
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
permissions:
1111
contents: write
12-
name: Build for iOS
12+
name: Build
1313
runs-on: macos-latest
1414
strategy:
1515
matrix:

0 commit comments

Comments
 (0)