Skip to content

Commit 1aff6db

Browse files
🌱 Ignore docker builds
- ignore docker builds for non-main branches - ignore docker builds for *.md
1 parent 674146c commit 1aff6db

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/docker.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,15 @@
1313
# limitations under the License.
1414

1515
name: docker-build
16-
on: [push, pull_request]
16+
on:
17+
push:
18+
branches: main
19+
paths-ignore:
20+
- "*.md"
21+
pull_request:
22+
branches: main
23+
paths-ignore:
24+
- "*.md"
1725
jobs:
1826
scorecard:
1927
name: scorecard-docker

0 commit comments

Comments
 (0)