You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Up until gitea 1.22 following action config was valid and triggert on a push to master.
name: Unit testson:
push:
branches: master
After updating to 1.23 this no longer triggers a build.
Workaround:
name: Unit testson:
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
The text was updated successfully, but these errors were encountered:
Description
Up until gitea 1.22 following action config was valid and triggert on a push to master.
After updating to 1.23 this no longer triggers a build.
Workaround:
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
The text was updated successfully, but these errors were encountered: