Skip to content

Commit 77e1de3

Browse files
committed
Adjusted README and added some ignore paths for the github actions
1 parent 02e1de7 commit 77e1de3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: CI
33
on:
44
push:
55
branches: [ main, develop ]
6+
paths-ignore:
7+
- 'README.md'
8+
- '.gitignore'
69
pull_request:
710
branches: [ main ]
811

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# VIPER-Example
22
![CI](https://github.com/Wilsonilo/ios-lead-essentials-feed-case-study/actions/workflows/main.yml/badge.svg)
3+
34
Following the video [https://www.youtube.com/watch?v=hFLdbWEE3_Y&t=1765s](https://www.youtube.com/watch?v=hFLdbWEE3_Y&t=1765s)
45

56
I wanted to implement a simple VIPER project.

0 commit comments

Comments
 (0)