Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
feat(config): CD Pipeline Updated
  • Loading branch information
diegotony committed Jan 12, 2021
commit e6abe115acdd04c04bd9938e4f3aaa41b5eff745
3 changes: 1 addition & 2 deletions .github/workflows/CD-time-tracker-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ name: CD process to deploy to App-Service service

on:
# Trigger the workflow on pull request but only for the master branch
pull_request:
types: [closed]
push:
branches:
- master

Expand Down