We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f977c54 commit 2eccb8eCopy full SHA for 2eccb8e
1 file changed
.github/workflows/public_to_private.yml
@@ -1,7 +1,7 @@
1
name: Mirror to Private
2
on:
3
push:
4
- branches: [main] # fires after you click “Merge PR”
+ branches: [master]
5
jobs:
6
mirror:
7
runs-on: ubuntu-latest
0 commit comments