Skip to content

Commit

Permalink
Change ExamProCo#23
Browse files Browse the repository at this point in the history
  • Loading branch information
vadzim-kuzmich authored Aug 17, 2024
1 parent 17e90e1 commit 0fa4af3
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions .github/workflows/hello-world-on-events.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Hello World on Events Workflow

on:
push:
branches:
- master
- main
create
delete

job:
runs-on: ubuntu-latest
steps:
- id: preparation
name: Preparation
run: echo "Preparation for the greeting."
- id: greeting
name: Greeting
run: echo "Hello $USER!"
- id: completion
name: Completion
run: echo "Have a nice day!"
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Hello World Workflow
name: Hello World Periodically Workflow

on:
schedule:
Expand Down

0 comments on commit 0fa4af3

Please sign in to comment.