Skip to content

Commit ba6d780

Browse files
build CI with every push on every branch
1 parent 2446226 commit ba6d780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: NodeJS with Webpack
22

33
on:
44
push:
5-
branches: ['main', 'release/*']
5+
branches: ['**']
66
pull_request:
77
branches: ['**']
88

0 commit comments

Comments
 (0)