Skip to content

Commit 41dcf16

Browse files
committed
fix: update dict and sln
1 parent 6a4b1f9 commit 41dcf16

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"pyinstaller",
66
"pytest",
77
"PYTHONPATH",
8+
"softprops",
89
"venv"
910
]
1011
}

solutions/package-exercise-origional.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: Simple Package — Sequential macOS arm64 & Windows x64
22

33
on:
4-
workflow_dispatch: # manual trigger
4+
workflow_dispatch: # you can also manually trigger this workflow
55
push:
6-
tags: ["v*"]
6+
branches:
7+
- main
78

89
jobs:
910
build-macos-arm64:

solutions/package.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: Simple Package — Sequential macOS arm64 & Windows x64
22

33
on:
4-
workflow_dispatch: # manual trigger
4+
workflow_dispatch: # you can also manually trigger this workflow
55
push:
6-
tags: ["v*"]
6+
branches:
7+
- main
78

89
jobs:
910
build-macos-arm64:

0 commit comments

Comments
 (0)