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

actions on push branches single value not triggering #33657

Open
aceArt-GmbH opened this issue Feb 20, 2025 · 1 comment
Open

actions on push branches single value not triggering #33657

aceArt-GmbH opened this issue Feb 20, 2025 · 1 comment
Labels
topic/gitea-actions related to the actions of Gitea type/bug

Comments

@aceArt-GmbH
Copy link
Contributor

Description

Up until gitea 1.22 following action config was valid and triggert on a push to master.

name: Unit tests
on:
    push:
        branches: master

After updating to 1.23 this no longer triggers a build.

Workaround:

name: Unit tests
on:
    push:
        branches:
            - master

The "workaround" is simple and may be the (only) correct thing.
But the changelog did not mention this change, so I suspect it being a regression.
I am fine with either, but it should be fixed OR mentioned as breaking change 🙃

Gitea Version

1.23.4

Can you reproduce the bug on the Gitea demo site?

No

Log Gist

No response

Screenshots

No response

Git Version

2.47.2

Operating System

alpine lxc

How are you running Gitea?

docker compose

Database

MySQL/MariaDB

@kemzeb kemzeb added the topic/gitea-actions related to the actions of Gitea label Feb 21, 2025
@Gsvd
Copy link
Contributor

Gsvd commented Feb 21, 2025

Hey, I've submitted a bug fix in this PR.
This issue is related to the gitea/act dependency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic/gitea-actions related to the actions of Gitea type/bug
Projects
None yet
Development

No branches or pull requests

3 participants