Skip to content

Commit a753922

Browse files
committed
updated yml
1 parent 8a3e69e commit a753922

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@ name: Build and Test
33

44
on:
55
push:
6-
branches: [ main ]
6+
branches:
7+
- main
78
pull_request:
8-
branches: [ main ]
9+
branches:
10+
- main
11+
workflow_call:
912

1013
jobs:
1114
build:

0 commit comments

Comments
 (0)