Skip to content

Commit

Permalink
add environment to Github.com actions yml files
Browse files Browse the repository at this point in the history
  • Loading branch information
bezzad committed Sep 24, 2024
1 parent 6985440 commit 9a719fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dotnet-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ concurrency:
jobs:
build:
runs-on: macos-latest
environment: MacOS
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dotnet-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ concurrency:
jobs:
build:
runs-on: windows-latest
environment: Windows
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit 9a719fc

Please sign in to comment.