diff --git a/.github/workflows/pushAction.yml b/.github/workflows/pushAction.yml index b766f546..87941cc2 100644 --- a/.github/workflows/pushAction.yml +++ b/.github/workflows/pushAction.yml @@ -1,10 +1,7 @@ -name: pushTest - +name: example on: push - jobs: - job_1: + greeting: runs-on: ubuntu-latest steps: - - name: My first step - run: echo hello world \ No newline at end of file + - run: echo hello world \ No newline at end of file