diff options
| -rw-r--r-- | .github/workflows/container_dev.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/container_dev.yml b/.github/workflows/container_dev.yml index 4d952b834..199ce42fd 100644 --- a/.github/workflows/container_dev.yml +++ b/.github/workflows/container_dev.yml @@ -1,9 +1,8 @@ -name: "docker: build latest containers" +name: "docker: build dev containers" on: push: - tags: - - '*' + branches: [ master ] workflow_dispatch: [] jobs: |
