Skip to content

Commit f3fc57a

Browse files
committed
chore: trigger CI on all branches
1 parent 3075104 commit f3fc57a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

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

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ '**' ]
66
tags: [ 'v*' ]
77
pull_request:
8-
branches: [ main ]
8+
branches: [ '**' ]
99

1010
permissions:
1111
contents: write

0 commit comments

Comments
 (0)