Skip to content

Commit 11005fe

Browse files
author
Evgeny Zakharov
authored
Merge pull request #14 from js-templates/chore/run-tests-on-push
Run tests on push main
2 parents f6c4b9a + 4785a0a commit 11005fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Test and Build
22

33
on:
4+
push:
5+
branches: ['main']
46
pull_request:
57
branches: ['main', 'release/alpha', 'release/beta', 'release/next']
68

0 commit comments

Comments
 (0)