Skip to content

Update dotnet.yml

Update dotnet.yml #2

Workflow file for this run

# .github/workflows/test-workflow.yml
name: Test Workflow
on:
push:
branches: [ "Main" ]
pull_request:
branches: [ "Main" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Run a simple command
run: echo "GitHub Actions is working!"