Skip to content

Commit

Permalink
changes done
Browse files Browse the repository at this point in the history
  • Loading branch information
Figeral committed Mar 31, 2024
1 parent 36a8086 commit 252ab66
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/test_workflow.yaml → .github/main.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
name: first workflow automation
on:
push:
branch: ["master"]
branches: ["master"]

commit:
branch: ["master"]
branches: ["master"]

pull_request:
branch: ["master"]
branches: ["master"]

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: greeting workflow
- uses: actions/checkout@v3
- name: greeting workflow
- run: echo "hello world"

0 comments on commit 252ab66

Please sign in to comment.