Skip to content

Commit 2eccb8e

Browse files
committed
Fix branch
1 parent f977c54 commit 2eccb8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/public_to_private.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Mirror to Private
22
on:
33
push:
4-
branches: [main] # fires after you click “Merge PR”
4+
branches: [master]
55
jobs:
66
mirror:
77
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)