Skip to content
This repository was archived by the owner on Apr 27, 2023. It is now read-only.

Commit a02a30d

Browse files
committed
Merge branch 'main' of github.com:pyroscope-io/grafana-panel-plugin into main
2 parents 3cefa08 + baad117 commit a02a30d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: CI
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88
branches:
9-
- master
9+
- main
1010
jobs:
1111
build:
1212
runs-on: ubuntu-latest

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pyroscope-pyroscope-grafana",
3-
"version": "1.0.0",
3+
"version": "0.0.1",
44
"description": "Pyroscope plugin for grafana",
55
"scripts": {
66
"build": "grafana-toolkit plugin:build",

0 commit comments

Comments
 (0)