Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ name: CI/CD Pipeline
on:
push:
branches:
- production-release
pull_request:
branches:
- production-release
- main

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Prompt Vault extension",
"description": "Sync GitHub Copilot prompts, chatmodes and instructions from git repositories",
"version": "1.2.0",
"publisher": "logient-nventive",
"publisher": "logientnventive",
"repository": {
"type": "git",
"url": "https://github.com/nventive/PromptVault.git",
Expand Down