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

Config: Configure test workflow to run on pushes to all branches #637

Merged
merged 3 commits into from
Dec 7, 2023

Conversation

drikusroor
Copy link
Contributor

Before, the test workflow would only run when pushing to develop or main, or on the pull_request trigger. Now, the test workflow will be triggered on a push to any branch as per the varying preferences in the team.

@drikusroor drikusroor self-assigned this Dec 5, 2023
@drikusroor drikusroor force-pushed the config/workflow-triggers branch from bcfc6da to f551784 Compare December 5, 2023 16:00
Copy link
Contributor

@albertas-jn albertas-jn left a comment

Choose a reason for hiding this comment

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

This looks OK.
Also, coming back to #613, I think it would be better to move all test files from scripts to tests.

@drikusroor
Copy link
Contributor Author

Also, coming back to #613, I think it would be better to move all test files from scripts to tests.

I actually disagree to this. The tests are technically stored somewhere else. The scripts folder might be a good place for other scripts in the future as well.

@drikusroor drikusroor merged commit 717657a into develop Dec 7, 2023
4 checks passed
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.

2 participants