Skip to content

Commit 8746d7a

Browse files
committed
Changing action trigger to add Development branch
1 parent 26d43e4 commit 8746d7a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/check-test-cases.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ name: audit-all-ids-files
55
on:
66
workflow_dispatch: # Allow running the workflow manually from the GitHub UI
77
push:
8-
branches: [ "master" ] # Run the workflow when pushing to the main branch
8+
branches:
9+
- master
10+
- development
911
pull_request:
1012
branches: [ "*" ] # Run the workflow for all pull requests
1113

0 commit comments

Comments
 (0)