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:
|
||||
push:
|
||||
paths-ignore:
|
||||
- README.md
|
||||
- LICENSE
|
||||
- ".github/**"
|
||||
- "*.md"
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
|
Reference in New Issue
Block a user