Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7a1f8da

Browse files
committed
chore(workflows): update Windows Dev workflow triggers
- Change pull request trigger to only activate on closed PRs.- Ensure build job runs only when a PR is merged or manually triggered.
1 parentf1573f9 commit7a1f8da

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

‎.github/workflows/windows-dev.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,18 @@ name: Windows-Dev
22

33
on:
44
pull_request:
5-
branches:
6-
-"*"
7-
push:
5+
types:[closed]
86
branches:
97
-main
108
-dev
11-
-feature/*
12-
-hotfix/*
139
workflow_dispatch:
1410

1511
permissions:
1612
contents:read
1713

1814
jobs:
1915
build:
16+
if:github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch'
2017
runs-on:windows-latest
2118

2219
steps:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp