Skip to content

Commit

Permalink
make only branch to be master and fix new lines
Browse files Browse the repository at this point in the history
  • Loading branch information
mmpetarpeshev committed Sep 22, 2021
1 parent 6226923 commit 7ae7aeb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ workflows:
filters:
branches:
only:
- add-circleci-config
- master
tags:
only: /^v.*$/
2 changes: 1 addition & 1 deletion nginx/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ server {
root /usr/share/nginx/html;
try_files $uri $uri/ /index.html;
}
}
}
2 changes: 1 addition & 1 deletion nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ http {
keepalive_timeout 60;
gzip on;
include /etc/nginx/conf.d/*.conf;
}
}

0 comments on commit 7ae7aeb

Please sign in to comment.