rename job, remove debug branch from triggers

This commit is contained in:
mauwii 2022-11-03 20:40:08 +01:00 committed by Lincoln Stein
parent e97c6db2a3
commit 41b04316cf

View File

@ -6,7 +6,6 @@ on:
branches: branches:
- 'main' - 'main'
- 'development' - 'development'
- 'update-docker-debug'
jobs: jobs:
docker: docker:
@ -22,7 +21,7 @@ jobs:
- arch: aarch64 - arch: aarch64
conda-env-file: environment-linux-aarch64.yml conda-env-file: environment-linux-aarch64.yml
runs-on: ubuntu-latest runs-on: ubuntu-latest
name: build ${{ matrix.arch }} name: ${{ matrix.arch }}
steps: steps:
- name: prepare docker-tag - name: prepare docker-tag
env: env: