mirror of
https://github.com/onepanelio/onepanel.git
synced 2025-09-26 17:51:13 +08:00
fix: don't publish image on any md file changes or github workflow changes
This commit is contained in:
4
.github/workflows/push_dev_branch.yaml
vendored
4
.github/workflows/push_dev_branch.yaml
vendored
@@ -2,7 +2,9 @@ name: Publish dev docker image
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- README.md
|
- LICENSE
|
||||||
|
- ".github/**"
|
||||||
|
- "*.md"
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
jobs:
|
jobs:
|
||||||
|
Reference in New Issue
Block a user