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: trigger workflow on push again #404

Merged
merged 1 commit into from
Feb 25, 2025
Merged

CI: trigger workflow on push again #404

merged 1 commit into from
Feb 25, 2025

Conversation

stintel
Copy link
Collaborator

@stintel stintel commented Feb 25, 2025

If we don't trigger workflow on push, we will not build and push a new container image when a PR is merged. Because of this, the container image with the main tag is currently based on ESP-IDF v5.1, while we already have code in the main branch that requires ESP-IDF v5.2.

Trigger workflow on push again, but only for the main and release branches.

Also add an empty newline to Dockerfile to make sure we trigger container build and push, so that the container image with the main tag will be based on ESP-IDF v5.2.

Fixes: 390533f ("CI: don't trigger workflow on push")

If we don't trigger workflow on push, we will not build and push a new
container image when a PR is merged. Because of this, the container
image with the main tag is currently based on ESP-IDF v5.1, while we
already have code in the main branch that requires ESP-IDF v5.2.

We will also not publish a release anymore when pushing a tag.

Trigger workflow on push again, but only for the main and release
branches, and for any tag.

Also add an empty newline to Dockerfile to make sure we trigger
container build and push, so that the container image with the main tag
will be based on ESP-IDF v5.2.

Fixes: 390533f ("CI: don't trigger workflow on push")
@stintel stintel merged commit 1e258e5 into main Feb 25, 2025
10 checks passed
@stintel stintel deleted the fix/ci branch February 25, 2025 17:46
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