diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1e0675d..920c841 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,4 +1,5 @@ -name: Github Actions +name: CI/CD + on: push: branches: ["main"] @@ -7,8 +8,6 @@ on: jobs: test: - using: docker - image: Dockerfile runs-on: ubuntu-latest steps: - uses: actions/checkout@v3