steps: - name: file_operations image: ubuntu commands: - echo "Starting file operations tests" - ./file_operations.sh - echo "File operations tests complete" when: branch: - master - main event: - push - pull_request