Skip to content

Commit

Permalink
Merge pull request #15 from mbuchoff/azure-webapp
Browse files Browse the repository at this point in the history
Swapped triggers
  • Loading branch information
mbuchoff authored Sep 9, 2023
2 parents 7e280e4 + e6065e2 commit 115fd3e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/azure_webapp.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Azure Webapp deploy

on: workflow_dispatch
on:
pull_request:
branches:
- develop
push:
branches:
- develop

jobs:
build:
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: Build, Test and Deploy backend

on:
pull_request:
branches:
- develop
push:
branches:
- develop
on: workflow_dispatch

jobs:
build-test:
Expand Down

0 comments on commit 115fd3e

Please sign in to comment.