Skip to content

Commit ca57efc

Browse files
add main for badges
1 parent e73e164 commit ca57efc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/backend-integration-code_validation_and_docs.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ name: Backend Integration - Checks & documentation
22

33
on:
44
workflow_dispatch:
5+
push:
6+
branches:
7+
- main
8+
paths:
9+
- 'backend-integration/**'
10+
- '.github/workflows/backend-integration-dev-code_validation_and_docs.yml'
511
pull_request:
612
paths:
713
- 'backend-integration/**'
@@ -21,4 +27,4 @@ jobs:
2127
work-dir: backend-integration
2228
repo-name: azure-function-app-boilerplate
2329
secrets:
24-
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
30+
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}

0 commit comments

Comments
 (0)