We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bd0aba commit fd5ba12Copy full SHA for fd5ba12
.github/workflows/tests.yml
@@ -4,14 +4,14 @@ on:
4
push:
5
branches: [ master,development ]
6
paths-ignore:
7
- - 'github/**' # Ignore .github folder
+ - '.github/**' # Ignore .github folder
8
- '**/Doxyfile' # Ignore changes to Doxygen config
9
- 'docs/**' # Ignore documentation folder
10
- '*.md' # Ignore Markdown files
11
pull_request:
12
types: [opened, synchronize, reopened]
13
14
15
16
17
0 commit comments