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

GitHub Actions: add trigger on pull_request #80

Open
sgatto opened this issue Feb 28, 2023 · 1 comment
Open

GitHub Actions: add trigger on pull_request #80

sgatto opened this issue Feb 28, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@sgatto
Copy link
Collaborator

sgatto commented Feb 28, 2023

The scope is limited to the CI.
The actions are triggered by push on specific branches names or on release.
We could add pull_requests as trigger
https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request
This would allow to have the build checks for a PR concerning a non-standard branch name.

@sgatto sgatto added the enhancement New feature or request label Feb 28, 2023
@sgatto
Copy link
Collaborator Author

sgatto commented Feb 28, 2023

We need to check if it makes sense with our current trigger strategy

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

No branches or pull requests

1 participant