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

Commitf1573f9

Browse files
committed
chore(workflows): update Windows Dev workflow triggers
- Add pull request triggers for all branches.- Specify push triggers for main, dev, feature/*, and hotfix/* branches.
1 parent2a615d8 commitf1573f9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

‎.github/workflows/windows-dev.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
name:Windows-Dev
22

33
on:
4+
pull_request:
5+
branches:
6+
-"*"
7+
push:
8+
branches:
9+
-main
10+
-dev
11+
-feature/*
12+
-hotfix/*
413
workflow_dispatch:
514

615
permissions:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp