Skip to content

Commit 5df0e02

Browse files
committed
Update script
1 parent f4c1693 commit 5df0e02

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/build.yml renamed to .github/workflows/build-branch.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
name: Ruby
1+
name: Build Branch
22

33
on:
44
push:
55
branches:
6-
- !main
7-
pull_request
6+
- '!main'
7+
pull_request:
8+
branches:
9+
- '!main'
810

911
jobs:
1012
test:

0 commit comments

Comments
 (0)