Skip to content

Commit 013bd72

Browse files
feat: Remove push trigger for psl-weeklyschedule-codmod branch in workflow files
1 parent 39c5076 commit 013bd72

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/azd-template-validation.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ on:
44
schedule:
55
- cron: '30 1 * * 4' # Every Thursday at 7:00 AM IST (1:30 AM UTC)
66
workflow_dispatch:
7-
push:
8-
branches:
9-
- psl-weeklyschedule-codmod
107

118
permissions:
129
contents: read

.github/workflows/azure-dev.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ name: Azure Dev Deploy
22

33
on:
44
workflow_dispatch:
5-
push:
6-
branches:
7-
- psl-weeklyschedule-codmod
85

96
permissions:
107
contents: read

0 commit comments

Comments
 (0)