diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e799e1e..b2eb061 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,13 +1,11 @@ -name: Hello World - -on: - push: +name: Hello +on: + push: branches: - main - jobs: test: - runs-on: ubuntu-latest + runs-on: ubuntu-latest steps: - - name: Running Files - run: echo "Hello World" \ No newline at end of file + - name: Running files + run: echo "hello World" \ No newline at end of file