Skip to content

Commit 92b7a4b

Browse files
authored
added windows & macos runners
1 parent b2a19e5 commit 92b7a4b

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

github-actions/templates/runner-windows.yml renamed to .github/workflows/runner-windows.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@ name: Windows Workflow Example
22

33
on:
44
push:
5-
branches:
6-
- main
5+
branches: ["main"]
76
pull_request:
8-
branches:
9-
- main
7+
branches: ["main"]
108

119
jobs:
1210
build-and-test:

.vscode/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"githubPullRequests.ignoredPullRequestBranches": [
3+
"main"
4+
]
5+
}

0 commit comments

Comments
 (0)