Skip to content

Commit 0aa0c10

Browse files
committed
fix: ci workflow file error
1 parent fdba9c6 commit 0aa0c10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Build Linux
2-
#on: [push, pull_request]
2+
on: []
33
env:
44
DOTNET_CLI_TELEMETRY_OPTOUT: 1
55
jobs:

.github/workflows/build-osx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Build OSX
2-
#on: [push, pull_request]
2+
on: []
33
env:
44
DOTNET_CLI_TELEMETRY_OPTOUT: 1
55
jobs:

0 commit comments

Comments
 (0)