We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02e1de7 commit 77e1de3Copy full SHA for 77e1de3
.github/workflows/main.yml
@@ -3,6 +3,9 @@ name: CI
3
on:
4
push:
5
branches: [ main, develop ]
6
+ paths-ignore:
7
+ - 'README.md'
8
+ - '.gitignore'
9
pull_request:
10
branches: [ main ]
11
README.md
@@ -1,5 +1,6 @@
1
# VIPER-Example
2

+
Following the video [https://www.youtube.com/watch?v=hFLdbWEE3_Y&t=1765s](https://www.youtube.com/watch?v=hFLdbWEE3_Y&t=1765s)
I wanted to implement a simple VIPER project.
0 commit comments