name: Test on: push: branches: [main] workflow_dispatch: jobs: test: runs-on: ubuntu-latest steps: - name: Hello run: echo "Actions is working"