Skip to content

Commit

Permalink
change workflow names and change runner to ubuntu (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
jem41 authored Mar 7, 2023
1 parent 90a004a commit d0c7237
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy DotNet project to Azure Function App
name: Deploy DotNet project to Azure Function App dev

on:
push:
Expand All @@ -13,7 +13,7 @@ env:

jobs:
build-and-deploy:
runs-on: windows-latest
runs-on: ubuntu-latest
environment: dev
steps:
- name: "Checkout GitHub Action"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-prod.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy DotNet project to Azure Function App
name: Deploy DotNet project to Azure Function App prod

on:
release:
Expand All @@ -12,7 +12,7 @@ env:

jobs:
build-and-deploy:
runs-on: windows-latest
runs-on: ubuntu-latest
environment: prod
steps:
- name: "Checkout GitHub Action"
Expand Down

0 comments on commit d0c7237

Please sign in to comment.