diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6350831..a547b51 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,14 +1,20 @@ + + on: -push: - branches: - - master + push: + branches: + - master + jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-latest + + steps: + - name: Checkout repository + uses: actions/checkout@v2 - steps: - - name: 'Testing' - run: pwd + - name: Testing + run: pwd - - name: 'print' - run: echo Rahomah + - name: Print + run: echo Rahomah