Skip to content

Create main.yml

Create main.yml #1

Workflow file for this run

name: first workflow automation

Check failure on line 1 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

`commit_comment` is not a valid event name
on:
push:
branches: ["master"]
commit_comment:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: greeting workflow
run:
echo "hello world"