Skip to content

Commit 1723b26

Browse files
authored
Merge pull request #2636 from JohnDuprey/dev
Update recommended extensions and dev workflow
2 parents 335b2d1 + 5677309 commit 1723b26

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/dev_deploy.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,10 @@ on:
44
push:
55
branches:
66
- dev
7-
pull_request:
8-
types: [opened, synchronize, reopened, closed]
9-
branches:
10-
- dev
117

128
jobs:
139
build_and_deploy_job:
14-
if: github.event.repository.fork == false && github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')
10+
if: github.event.repository.fork == false && github.event_name == 'push'
1511
runs-on: ubuntu-latest
1612
name: Build and Deploy Job
1713
steps:

.vscode/extensions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"eg2.vscode-npm-script",
66
"christian-kohler.npm-intellisense",
77
"esbenp.prettier-vscode",
8-
"stylelint.vscode-stylelint"
8+
"stylelint.vscode-stylelint",
9+
"editorconfig.editorconfig"
910
]
1011
}

0 commit comments

Comments
 (0)