We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13bb4cd commit 1f29cbbCopy full SHA for 1f29cbb
1 file changed
.github/workflows/azd-template-validation.yml
@@ -1,7 +1,10 @@
1
name: AZD Template Validation
2
on:
3
+ push:
4
+ branches:
5
+ - psl-ts-schedule
6
schedule:
- - cron: '*/30 * * * *' # Temporary validation schedule: every 30 minutes
7
+ - cron: '*/30 * * * *' # Temporary validation schedule
8
workflow_dispatch:
9
10
permissions:
0 commit comments