We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 765e506 commit fdbd2f6Copy full SHA for fdbd2f6
.github/workflows/build.yml
@@ -8,11 +8,11 @@ on:
8
branches: [ "main" ]
9
tags: [ '*.*.*' ]
10
paths-ignores:
11
- - 'external-images.yml'
+ - 'external-images.yaml'
12
pull_request:
13
14
15
16
17
env:
18
# Use docker.io for Docker Hub if empty
.github/workflows/quality.yml
@@ -5,9 +5,13 @@ on:
5
- v*
6
branches:
7
- main
+ paths-ignores:
permissions:
contents: read
# Optional: allow read access to pull request. Use with `only-new-issues` option.
0 commit comments