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

Fix logic of workflows on push #909

Merged
merged 1 commit into from
Oct 29, 2023

Conversation

pguyot
Copy link
Collaborator

@pguyot pguyot commented Oct 29, 2023

Tag filter in several workflows meant any tag that doesn't contain a /. We probably wanted every tag.

And if we have a filter on a tag but no filter on branches, the workflow is only executed when a tag matches, regardless of path filtering which are always ignored on tags.

Ref: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-including-branches-and-tags

These changes are made under both the "Apache 2.0" and the "GNU Lesser General
Public License 2.1 or later" license terms (dual license).

SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later

Tag filter in several workflows meant any tag that doesn't contain a /.
We probably wanted every tag.

And if we have a filter on a tag but no filter on branches, the workflow is
only executed when a tag matches, regardless of path filtering which are always
ignored on tags.

Ref: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-including-branches-and-tags

Signed-off-by: Paul Guyot <pguyot@kallisys.net>
@bettio bettio merged commit bf8ae4f into atomvm:master Oct 29, 2023
79 of 80 checks passed
@pguyot pguyot deleted the w43/fix-workflows-on-push branch October 29, 2023 19:55
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