Skip to content

Commit

Permalink
Add Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Suraj-Yadav committed Jul 6, 2023
1 parent a6e289e commit 9276a61
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: CI
on:
push
on:
push:
branches:
- '**' # matches every branch
- '!master'
tags:
- '**' # matches every tag
jobs:
build-windows:
env:
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# comic_reader

A Simple Comic book reader.

0 comments on commit 9276a61

Please sign in to comment.