Browse Source

Chore: change permission

tags/0.1.0
sendssf 2 years ago
parent
commit
ecfadac872
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/docker.yml

+ 1
- 1
.github/workflows/docker.yml View File

@@ -1,7 +1,7 @@
name: "docker" name: "docker"
on: on:
push: push:
branches: [main]
branches: [main,dev]


jobs: jobs:
upload_docker_images: upload_docker_images:


Loading…
Cancel
Save