Skip to content

Commit d900c25

Browse files
committed
chore(ci): limit workflow triggers to master branch push events
1 parent b193713 commit d900c25

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Test
22

33
on:
44
push:
5+
branches: [master]
56
pull_request:
67

78
concurrency:

0 commit comments

Comments
 (0)