Skip to content

Commit a64194a

Browse files
committed
change workflow to only push when
data is pushed to master (default branch)
1 parent 4e566c6 commit a64194a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mirror_data_archive.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: mirror-archive-on-merge-to-default-branch
22

33
on:
44
push:
5-
# branches:
6-
# - master
5+
branches:
6+
- master
77

88
jobs:
99
mirror-archive:

0 commit comments

Comments
 (0)