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
on:
push:
# branches: [ main ]
branches: [ main ]
jobs:
build:
build_docker:
runs-on: ${{ matrix.os }}
strategy:
matrix:

View file

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

View file

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