github: Update codeformat workflow.

This commit is contained in:
iabdalkader 2023-07-03 18:16:45 +02:00
parent e2e80c1717
commit ec67194d68

View File

@ -1,6 +1,14 @@
name: '🔎 Check Code Formatting'
on:
push:
branches:
- 'master'
paths:
- 'src/**'
- '!**/README.md'
- '!**.rst'
pull_request:
types:
- opened