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 github actions event triggers #180

Merged
merged 1 commit into from
Feb 22, 2022
Merged

Conversation

germartinez
Copy link
Member

What it solves

Updates the event triggers in the Github actions to reduce the number of builds and duplicate tests

@github-actions
Copy link

CLA Assistant Lite All Contributors have signed the CLA.

@germartinez germartinez requested a review from iamacook February 22, 2022 09:21
Copy link
Member

@iamacook iamacook left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. I assume:

this:
falls through:
  - to here

@germartinez
Copy link
Member Author

@iamacook yes, checking all the github actions that were executed in this PR (see below), it is working under the following condition:

When the event pull_request (on any branch) or push (only to development or main branches) are triggered, the github actions will execute.

Before this PR, actions were always executing twice.

@germartinez germartinez merged commit cbb84c0 into development Feb 22, 2022
@germartinez germartinez deleted the github-actions branch February 22, 2022 11:04
@github-actions github-actions bot locked and limited conversation to collaborators Feb 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants