Skip to content

Commit a9cfe7c

Browse files
authored
Merge pull request #28 from sqlrsync/v0.0.6
fix: gh-actions restore push main build
2 parents 26a39ca + 2bbc4e9 commit a9cfe7c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
name: Multi-Platform Build
22
on:
3+
push:
4+
branches:
5+
- main
6+
- beta
37
pull_request:
48
branches:
59
- main
10+
- beta
611
- "v*"
712
release:
813
types: [published]

0 commit comments

Comments
 (0)