Skip to content

Commit

Permalink
feat: support push event
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 committed Sep 26, 2023
1 parent 6b84ed4 commit 43b9b0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Expand Up @@ -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"],
}
);
Expand Down
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -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"],
}
);

0 comments on commit 43b9b0f

Please sign in to comment.