Skip to content

Commit f64d4b0

Browse files
committed
updated docker_pytools_fedora.yaml
1 parent 2dba248 commit f64d4b0

1 file changed

Lines changed: 68 additions & 0 deletions

File tree

.github/workflows/docker_pytools_fedora.yaml

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,81 @@ on:
2222
paths-ignore:
2323
- '**/*.md'
2424
- .github/
25+
- '**/Dockerfile'
26+
- '**/Jenkinsfile'
27+
- '**/.envrc*'
28+
- .checkov.yaml
29+
- .dockerignore
30+
- .gcloudignore
31+
- .editorconfig
32+
- '.gitconfig*'
33+
- .gitignore
34+
- .grype.yaml
35+
- .hound.yml
36+
- .terraformignore
37+
- Jenkinsfile
38+
- .appveyor.yml
39+
- .buildkite/pipeline.yml
40+
- .circleci/config.yml
41+
- .cirrus.yml
42+
- .concourse.yml
43+
- .drone.yml
44+
- .gitlab-ci.yml
45+
- .gocd.yml
46+
- .scrutinizer.yml
47+
- .semaphore/semaphore.yml
48+
- .travis.yml
49+
- .werckerignore
50+
- azure-pipelines.yml
51+
- bitbucket-pipelines.yml
52+
- buddy.yml
53+
- buildspec.yml
54+
- cloudbuild.yaml
55+
- codefresh.yml
56+
- codeship.yml
57+
- shippable.yml
58+
- wercker.yml
2559
pull_request:
2660
branches:
2761
- master
2862
- main
2963
paths-ignore:
3064
- '**/*.md'
3165
- .github/
66+
- '**/Dockerfile'
67+
- '**/Jenkinsfile'
68+
- '**/.envrc*'
69+
- .checkov.yaml
70+
- .dockerignore
71+
- .gcloudignore
72+
- .editorconfig
73+
- '.gitconfig*'
74+
- .gitignore
75+
- .grype.yaml
76+
- .hound.yml
77+
- .terraformignore
78+
- Jenkinsfile
79+
- .appveyor.yml
80+
- .buildkite/pipeline.yml
81+
- .circleci/config.yml
82+
- .cirrus.yml
83+
- .concourse.yml
84+
- .drone.yml
85+
- .gitlab-ci.yml
86+
- .gocd.yml
87+
- .scrutinizer.yml
88+
- .semaphore/semaphore.yml
89+
- .travis.yml
90+
- .werckerignore
91+
- azure-pipelines.yml
92+
- bitbucket-pipelines.yml
93+
- buddy.yml
94+
- buildspec.yml
95+
- cloudbuild.yaml
96+
- codefresh.yml
97+
- codeship.yml
98+
- shippable.yml
99+
- wercker.yml
32100
workflow_dispatch:
33101
inputs:
34102
debug:

0 commit comments

Comments
 (0)