Skip to content

Commit 21fade5

Browse files
authored
chore(actions): dont run action on every push
1 parent b6b150f commit 21fade5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: tests
22

33
on:
44
push:
5+
branches:
6+
- master
57
pull_request:
68

79
jobs:

0 commit comments

Comments
 (0)