Skip to content

Commit a4c7698

Browse files
committed
fix: typo in branch names
1 parent cd261d2 commit a4c7698

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build.yml renamed to .github/workflows/build_test_zip.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
1-
name: Ruby
1+
name: Build, Test, Zip
22

33
on:
44
push:
5-
branches: [ master cidev ]
5+
branches: [ master, cidev ]
66
pull_request:
7-
branches: [ master cidev ]
7+
branches: [ master, cidev ]
88

99
jobs:
1010
build:
11-
1211
runs-on: ubuntu-latest
1312

1413
steps:

0 commit comments

Comments
 (0)