Skip to content

Commit

Permalink
Merge pull request #98 from GTZ-STUDIO/develop
Browse files Browse the repository at this point in the history
Update when CI/CD occurs
  • Loading branch information
Verzaccii committed Mar 19, 2024
2 parents e0a5c28 + 724a6ed commit 359df98
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 11 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/AzureDeployFrontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened, closed]
branches:
- master
workflow_dispatch:

jobs:
build_and_deploy_job:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/DjangoTest.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Django CI

on:
push:
branches: ["master", "develop"]
pull_request:
branches: ["master", "develop"]

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ReactTesting.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Node.js CI

on:
push:
branches: ["master", "develop"]
pull_request:
branches: ["master", "develop"]

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/docker-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
push:
branches:
- "master"
pull_request:
branches:
- "master"
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 359df98

Please sign in to comment.