eht16 left a comment (geany/geany#4361)
> After merge I will need you to kick the Action workflow
> https://github.com/geany/geany/actions/workflows/windows-msys2-build.yml
> manually pointing to the correct branch windows-signing-tests (default is
> master)
Why not temporarily adding something like the folowing to the workflow
definition:
```yaml
on:
pull_request:
branches:
- master
```
Then it should build automatically by pushes.
Just before merging to master, we remove the snippet.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/4361#issuecomment-3036991457
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/4361/[email protected]>