Skip to content

Commit 54762d0

Browse files
committed
Update to check on push to master and beta/**
1 parent 9a881c7 commit 54762d0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
branches:
66
- master
77
- beta/**
8+
push:
9+
branches:
10+
- master
11+
- beta/**
812

913
jobs:
1014
test:

0 commit comments

Comments
 (0)