We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65db1a3 commit 963bb0bCopy full SHA for 963bb0b
.github/workflows/auto-format.yml
@@ -3,6 +3,8 @@ name: Auto Format
3
on:
4
push:
5
pull_request:
6
+ paths-ignore:
7
+ - CHANGELOG.md
8
9
jobs:
10
format:
.github/workflows/ci.yml
@@ -4,6 +4,8 @@ on:
branches: [ main ]
env:
11
REGISTRY: ghcr.io
0 commit comments