Skip to content

Commit d2051bc

Browse files
committed
push dbbackp only on feature branch
1 parent 8b92b0b commit d2051bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
git commit -m "update db file [skip actions]"
7474
7575
- name: Push change
76+
if: ${{ github.ref!='refs/heads/main') }}
7677
uses: ad-m/github-push-action@master
7778
with:
7879
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)