File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change 34
34
- main
35
35
paths :
36
36
- ' .github/workflows/container.yml'
37
- - ' container/**'
37
+ - ' container/rockylinux-8-dev/**'
38
+ - ' container/rockylinux-9-dev/**'
39
+ - ' container/debian-11-arm-dev/**'
40
+ - ' container/opensuse-leap-15-dev/**'
41
+ - ' container/ubuntu-18.04-dev/**'
42
+ - ' container/ubuntu-20.04-dev/**'
43
+ - ' container/ubuntu-20.04-clang/**'
44
+ - ' container/ubuntu-22.04-dev/**'
38
45
- ' scripts/install_aocl.sh'
39
46
40
47
pull_request :
41
48
paths :
42
49
- ' .github/workflows/container.yml'
43
- - ' container/**'
50
+ - ' container/rockylinux-8-dev/**'
51
+ - ' container/rockylinux-9-dev/**'
52
+ - ' container/debian-11-arm-dev/**'
53
+ - ' container/opensuse-leap-15-dev/**'
54
+ - ' container/ubuntu-18.04-dev/**'
55
+ - ' container/ubuntu-20.04-dev/**'
56
+ - ' container/ubuntu-20.04-clang/**'
57
+ - ' container/ubuntu-22.04-dev/**'
44
58
- ' scripts/install_aocl.sh'
45
59
60
+ workflow_dispatch :
61
+
46
62
jobs :
47
63
build :
48
64
runs-on : ubuntu-20.04
You can’t perform that action at this time.
0 commit comments