diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index f449cf9..3e2e0be 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -1,17 +1,14 @@ -name: Test Workflow +name: test on: - push: - branches: - - main # only triggers on pushes to the main branch + push: + branches: + - main jobs: - hello: - runs-on: ubuntu-latest # can also use ubuntu-22.04 or ubuntu-20.04 + hello: + runs-on: ubuntu-22.04 - steps: - - name: Checkout code - uses: actions/checkout@v3 - - - name: Say hello - run: echo "Lets try again!!" + steps: + - name: Say hello + run: echo "hello"