Skip to content

Commit 6644d82

Browse files
committed
Remove deployments on master push
1 parent d2e3fee commit 6644d82

2 files changed

Lines changed: 0 additions & 23 deletions

File tree

.github/workflows/deployment.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
name: Deploy to EC2
22
on:
33
workflow_dispatch: # allow manual run
4-
push:
5-
branches:
6-
- master
7-
paths:
8-
- 'src/**'
9-
- 'public/**'
10-
- 'editor/**'
114
jobs:
125
deploy:
136
runs-on: ubuntu-latest

contributing.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,11 @@
22

33
First of all thank you for considering to contribute. Please look at the details below:
44

5-
- [Create a New Branch](#create-a-new-branch)
65
- [New Roadmaps](#new-roadmaps)
76
- [Existing Roadmaps](#existing-roadmaps)
87
- [Adding Content](#adding-content)
98
- [Guidelines](#guidelines)
109

11-
## Create A New Branch
12-
13-
To create a new branch against `develop` for your contribution please do the following:
14-
15-
```bash
16-
git clone https://github.com/kamranahmedse/developer-roadmap.git # Clone Repo
17-
cd developer-roadmap # Change Directory
18-
git switch develop && git pull # Switch and pull
19-
git checkout -b "a-sensible-branch-name" # Create your branch
20-
```
21-
2210
## New Roadmaps
2311

2412
For new roadmaps, you can either:
@@ -58,10 +46,6 @@ Visit the following resources to learn more:
5846

5947
## Guidelines
6048

61-
- <p><strong>Please open your pull request (PR) against the develop branch.</strong><br />
62-
63-
To keep caching and deployments under control, please open your PR's against the `develop` branch, which will then be merged into `master` at the end of the day.
64-
6549
- <p><strong>Adding everything available out there is not the goal!</strong><br />
6650

6751
The roadmaps represent the skillset most valuable today, i.e., if you were to enter any of the listed fields today, what would you learn? There might be things that are of-course being used today but prioritize the things that are most in demand today, e.g., agreed that lots of people are using angular.js today but you wouldn't want to learn that instead of React, Angular, or Vue. Use your critical thinking to filter out non-essential stuff. Give honest arguments for why the resource should be included.</p>

0 commit comments

Comments
 (0)