We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33a0429 commit 783ff89Copy full SHA for 783ff89
2 files changed
.github/workflows/ci.yml
@@ -3,6 +3,8 @@ name: CI Build
3
on:
4
push:
5
branches: [ main ]
6
+ paths-ignore:
7
+ - '**/*.md'
8
pull_request:
9
10
.github/workflows/docker.yml
@@ -2,6 +2,8 @@ name: Build and Push Docker Image (Multi-Arch)
2
branches:
- main
workflow_dispatch:
0 commit comments