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

Update event triggers on CI actions #126

Merged
merged 4 commits into from
Dec 14, 2023

Conversation

charlestytler
Copy link
Collaborator

This includes on: pull_request and on: workflow_dispatch to CI test triggers. The first will run actions when a branch is converted to a PR (and doesn't trigger the existing push). The latter allows Manual triggering of actions on branches.

This includes `on: pull_request` and `on: workflow_dispatch` to CI test triggers. The first will run actions when a branch is converted to a PR (and doesn't trigger the existing `push`). The latter allows Manual triggering of actions on branches.
@charlestytler charlestytler merged commit c051e39 into master Dec 14, 2023
3 checks passed
@charlestytler charlestytler deleted the ci_actions_add_event_triggers branch December 14, 2023 04:17
charlestytler added a commit that referenced this pull request Dec 26, 2023
* Update event triggers on CI actions

This includes `on: pull_request` and `on: workflow_dispatch` to CI test triggers. The first will run actions when a branch is converted to a PR (and doesn't trigger the existing `push`). The latter allows Manual triggering of actions on branches.

* Add event triggers to reactjs-tests.yml workflow action

* Limit on:push event triggers to master branch only

* Add event triggers to clang-format.yml workflow action
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

Successfully merging this pull request may close these issues.

1 participant