Skip to content

Commit 9185ac5

Browse files
authored
Update build_and_test.yml
1 parent b53dda5 commit 9185ac5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build_and_test.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: CI
1+
name: "Build and test"
22

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

99
jobs:
1010
build:
@@ -77,4 +77,4 @@ jobs:
7777
with:
7878
name: test-results
7979
path: /tmp/test-reports/
80-
retention-days: 30
80+
retention-days: 30

0 commit comments

Comments
 (0)