Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Figeral/Automation
Browse files Browse the repository at this point in the history
  • Loading branch information
Figeral committed Mar 31, 2024
2 parents d25f36b + 4fede84 commit ab3815c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: first workflow automation
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"

0 comments on commit ab3815c

Please sign in to comment.