Skip to content

Commit

Permalink
Swapped triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
mbuchoff committed Sep 9, 2023
1 parent 553a330 commit e6065e2
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 e6065e2

Please sign in to comment.