mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
Update workflow to trigger on specific branch
This commit is contained in:
2
.github/workflows/add_PR_2_chlog.yml
vendored
2
.github/workflows/add_PR_2_chlog.yml
vendored
@@ -4,7 +4,7 @@ on:
|
||||
# 1) Auto on pushes to your repo’s default branch (merge commits included)
|
||||
push:
|
||||
branches:
|
||||
- '${{ github.event.repository.default_branch }}'
|
||||
- v1.78.2-dev
|
||||
|
||||
# 2) Auto when a PR is closed (so you can merge manually via the UI)
|
||||
pull_request_target:
|
||||
|
||||
Reference in New Issue
Block a user