We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26d43e4 commit 8746d7aCopy full SHA for 8746d7a
.github/workflows/check-test-cases.yml
@@ -5,7 +5,9 @@ name: audit-all-ids-files
5
on:
6
workflow_dispatch: # Allow running the workflow manually from the GitHub UI
7
push:
8
- branches: [ "master" ] # Run the workflow when pushing to the main branch
+ branches:
9
+ - master
10
+ - development
11
pull_request:
12
branches: [ "*" ] # Run the workflow for all pull requests
13
0 commit comments