Skip to content

Commit 0141bd8

Browse files
committed
update workflow
1 parent 2a1a5e5 commit 0141bd8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Build and test
22

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

99
jobs:
1010
build-and-test:

0 commit comments

Comments
 (0)