diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 2b5e101..192f0b4 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -1,8 +1,9 @@ name: First CI -on: [push] - jobs: - build: - runs-on: ubuntu-latest - steps: - - name: Printing hello - run: echo "Hello," \ No newline at end of file +on: + push: +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Printing hello + run: echo "Hello," \ No newline at end of file