Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trigger for github actions to be run with workflow_dispatch #137

Open
DamonU2 opened this issue Mar 10, 2022 · 1 comment
Open

Trigger for github actions to be run with workflow_dispatch #137

DamonU2 opened this issue Mar 10, 2022 · 1 comment
Assignees

Comments

@DamonU2
Copy link

DamonU2 commented Mar 10, 2022

After a change is pushed to an action, it has to be run before the "Run workflow" button from workflow_dispatch is enabled. Actions expected to be run mainly this way need a trigger to start the initial run.

@DamonU2 DamonU2 self-assigned this Mar 10, 2022
@DamonU2
Copy link
Author

DamonU2 commented Mar 10, 2022

@anthonyfok @jvanulde My best idea for this is to create a branch that is solely for triggering the action, and adding on: push: branches [trigger] to the workflow_dispatch actions. Whenever an update is made to the action, a small change can be pushed to that branch, enabling the workflow_dispatch. Thoughts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant