Skip to content

Commit 71c4335

Browse files
- updated .github/workflows/ci.yml to trigger on pushes and pull requests for all branches ("**").
1 parent 85463d6 commit 71c4335

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

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

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

99
jobs:
1010
test:

0 commit comments

Comments
 (0)