Skip to content

Commit

Permalink
add workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sutarrohit committed Jan 30, 2024
1 parent 7c0fd74 commit 039be22
Showing 1 changed file with 17 additions and 18 deletions.
35 changes: 17 additions & 18 deletions .github/workflows/testBuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,25 @@ name: testBuild workflow

on:
push:
branch: -dev
pull:
branch: -dev

branches:
- dev
pull_request:
branches:
- dev
workflow_dispatch:

jobs:
runBuild:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: hello world
jobs:
runBuild:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: hello world
run: echo "Hello World"
shell: bash

goodBye:
run-on: ubuntu-latest
steps:
- name: goodbye world
run: echo "Bye world"
shell: bash


goodBye:
runs-on: ubuntu-latest
steps:
- name: goodbye world
run: echo "Bye world"
shell: bash

0 comments on commit 039be22

Please sign in to comment.