Skip to content

Commit

Permalink
Merge pull request #23 from IITDhCSE/Manjeetkapil
Browse files Browse the repository at this point in the history
Create ciworkflow.yaml
  • Loading branch information
Manjeetkapil authored Dec 9, 2020
2 parents 01a713f + 99f2b2c commit dcc87b2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ciworkflow.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Assignment workflow
on:
push:
branches:
- Manjeetkapil

jobs:
build:
name: build project
runs-on: ubuntu-19.04
steps:
- name: Checkout repository
uses: actions/checkout@v1
- name: Run build
run: ./build.sh

0 comments on commit dcc87b2

Please sign in to comment.