Skip to content

Commit 42d230a

Browse files
committed
Do not run deploy.yml on push to .github
Signed-off-by: onobc <[email protected]>
1 parent 84b7185 commit 42d230a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ name: Deploy Jars
44
on:
55
push:
66
branches: [ main ]
7+
paths-ignore:
8+
- '.github/**'
79

810
jobs:
911
build:

0 commit comments

Comments
 (0)