From 43b9b0f4f1253c2d53702f0ca78acf4c784dd868 Mon Sep 17 00:00:00 2001 From: jamesgeorge007 Date: Tue, 26 Sep 2023 18:17:23 +0530 Subject: [PATCH] feat: support push event --- dist/index.js | 2 +- index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"], } );