Skip to content

Commit

Permalink
Trigger Clang formatting on pull_request
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmades committed Jul 28, 2024
1 parent fef569f commit bca7db0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@ on:
push:
branches:
- master
- "release/v[0-9].[0-9].[0-9]"
- 'release/v[0-9]+\.[0-9]+\.[0-9]+'
- "feature/**"
pull_request:
types:
- opened
- synchronize
branches:
- 'release/v[0-9]+\.[0-9]+\.[0-9]+'
- "feature/**"
# Manual trigger
workflow_dispatch:
Expand Down

0 comments on commit bca7db0

Please sign in to comment.