Skip to content

Commit 1ca00e8

Browse files
authored
Merge pull request #36 from bogdanbrudiu/features/AddEvent
push dbbackp only on feature branch
2 parents 0f8f159 + 0e0be4a commit 1ca00e8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-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 }}

HamEvent/App_Data/dbbackup_log

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
New backup done on 2025-05-09
2+
New backup done on 2025-05-09

0 commit comments

Comments
 (0)