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

CI: Restructure with reusable workflows #151

Merged
merged 1 commit into from
Mar 17, 2024
Merged

Conversation

dbrgn
Copy link
Owner

@dbrgn dbrgn commented Mar 17, 2024

Instead of triggering multiple workflows on the main branch, trigger tests on PRs and only the publish workflow on the main branch. The publish workflow then calls the two test workflows.

See:

Fixes #142.

Instead of triggering multiple workflows on the main branch, trigger
tests on PRs and only the publish workflow on the main branch. The
publish workflow then calls the two test workflows.
@dbrgn dbrgn self-assigned this Mar 17, 2024
@dbrgn
Copy link
Owner Author

dbrgn commented Mar 17, 2024

So far, the publish workflow did not trigger 💪🏻

@dbrgn dbrgn merged commit 87d41e3 into main Mar 17, 2024
10 checks passed
@dbrgn dbrgn deleted the ci-reusable-workflows branch March 17, 2024 22:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI: Push only if everything was successful
1 participant