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 016691c commit 7b70c9aCopy full SHA for 7b70c9a
.github/workflows/app-docker-publish.yml
@@ -10,6 +10,9 @@ on:
10
- cron: '16 18 * * *'
11
push:
12
branches: [main]
13
+ paths:
14
+ - 'vulnerable-tomcat/**'
15
+ - '!vulnerable-tomcat/README.md'
16
# Publish semver tags as releases.
17
tags: ['v*.*.*']
18
pull_request:
.github/workflows/docker-publish.yml
+ - '!vulnerable-tomcat/**'
+ - '!README.md'
0 commit comments