Skip to content

Commit f1573f9

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 parent 2a615d8 commit f1573f9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/windows-dev.yaml

+9
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)