Skip to content

Commit

Permalink
automation: updating the triggers to include synchronize
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-github-team-tf-azure committed Dec 15, 2023
1 parent 8841f56 commit d80c9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automation-data-api-differ.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- 'tools/data-api/**' # to detect changes when the Data API is updated
- 'tools/data-api-differ/**' # to detect changes when the Data API Differ is updated
- 'tools/importer-rest-api-specs/**' # to detect changes when the Importer is updated
types: ['opened', 'edited']
types: ['opened', 'synchronize']

jobs:
detect-changes-to-the-api-definitions:
Expand Down

0 comments on commit d80c9e6

Please sign in to comment.