We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be2e96d commit a122d66Copy full SHA for a122d66
.github/workflows/action.yml
@@ -12,7 +12,29 @@ name: build
12
on:
13
# Push or pull_request will be determined in jobs.configure.enabled
14
push:
15
+ paths:
16
+ - '.ansible/**'
17
+ - '.github/workflows/action.yml'
18
+ - '.github/workflows/params.yml'
19
+ - 'Dockerfiles/**'
20
+ - 'php_modules/**'
21
+ - 'php_tools/**'
22
+ - 'tests/**'
23
+ - 'Makefile'
24
+ - '!**.md'
25
+ - '!.ansible/ansible.cfg'
26
pull_request:
27
28
29
30
31
32
33
34
35
36
37
38
# Dispatch: allows for manual trigger via GH UI
39
workflow_dispatch:
40
0 commit comments