Rename actions

This commit is contained in:
Yax 2023-11-11 14:37:02 +01:00
parent e09d1091f3
commit 95695f6626
3 changed files with 4 additions and 4 deletions

View file

@ -1,9 +1,9 @@
name: docker name: docker
on: on:
push: push:
# branches: [ main ] branches: [ main ]
jobs: jobs:
build: build_docker:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:

View file

@ -3,7 +3,7 @@ on:
push: push:
# branches: [ main ] # branches: [ main ]
jobs: jobs:
build: build_binary:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:

View file

@ -2,7 +2,7 @@ name: pytest
on: push on: push
jobs: jobs:
tests: test:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix: