We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 123be47 commit 82e9767Copy full SHA for 82e9767
1 file changed
.github/workflows/auto-update-pr.yml
@@ -1,8 +1,9 @@
1
name: "Keep PRs Updated from Main"
2
on:
3
- push:
4
- branches:
5
- - main
+ # disabled on push until testing is complete
+ # push:
+ # branches:
6
+ # - main
7
workflow_dispatch:
8
jobs:
9
autoupdate:
0 commit comments