goodbye world added
parent
580fcbb4e9
commit
2662a4862d
|
|
@ -3,9 +3,11 @@ name: Hello world work flow
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
-main
|
||||||
-suyash-test-1
|
-suyash-test-1
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
|
-main
|
||||||
-suyash-test-1
|
-suyash-test-1
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
|
|
@ -16,3 +18,10 @@ jobs:
|
||||||
- name: hello world
|
- name: hello world
|
||||||
run: echo "Hello world"
|
run: echo "Hello world"
|
||||||
shell: bash
|
shell: bash
|
||||||
|
goodbye:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- name: hello world
|
||||||
|
run: echo "Good Bye world"
|
||||||
|
shell: bash
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue