diff --git a/dist/index.js b/dist/index.js index 9c40a42..a39b75f 100644 --- a/dist/index.js +++ b/dist/index.js @@ -2047,7 +2047,7 @@ Toolkit.run( tools.exit.success("Pushed to remote repository"); }, { - event: ["schedule", "workflow_dispatch"], + event: ["schedule", "workflow_dispatch", "push"], secrets: ["GITHUB_TOKEN"], } ); diff --git a/index.js b/index.js index 0390bf2..b5df595 100644 --- a/index.js +++ b/index.js @@ -264,7 +264,7 @@ Toolkit.run( tools.exit.success("Pushed to remote repository"); }, { - event: ["schedule", "workflow_dispatch"], + event: ["schedule", "workflow_dispatch", "push"], secrets: ["GITHUB_TOKEN"], } );